Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-07-07 23:56:23 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-07-07 23:56:23 +0300
commitaee0c6743037cb7813f30a2c34f116781098c951 (patch)
tree1575ac31aaed71e67c22cc030b795cbc77907ca1
parentbe0eec541ca4ccdbe23d3a841dc0704dbe1cde35 (diff)
parent91be0c4a32ee5a37f9bfab19522b2047b02bf9f4 (diff)
Merge remote-tracking branch 'dev/13-11-stable' into 13-11-stable13-11-stable
-rw-r--r--CHANGELOG.md4
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4dcb8dcbf..1b76ea947 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 13.11.7 (2021-07-07)
+
+No changes.
+
## 13.11.6 (2021-07-01)
No changes.
diff --git a/VERSION b/VERSION
index 660b76199..248623c13 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.11.6 \ No newline at end of file
+13.11.7 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index f361ddc60..5775a4c7d 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -2,5 +2,5 @@
# (https://gitlab.com/gitlab-org/release-tools/), and should not be
# modified.
module Gitaly
- VERSION = '13.11.6'
+ VERSION = '13.11.7'
end