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>2020-12-07 23:26:37 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-12-07 23:26:37 +0300
commit199192f0eb6b587ad50287a242e83212de9c8de6 (patch)
tree7b8d6d310e573cc1450f6e905324a8e184c2a1c0
parent46e55afdbd7355892499d3db44287ab2de760167 (diff)
parentf9c2d6525de32558931656e6603e44bd075f80b2 (diff)
Merge remote-tracking branch 'dev/13-4-stable' into 13-4-stable13-4-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 6e0903477..c0103a8f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 13.4.7 (2020-12-07)
+
+- No changes.
+
## 13.4.6 (2020-11-03)
- No changes.
diff --git a/VERSION b/VERSION
index 56f3fd065..b64e52773 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.4.6 \ No newline at end of file
+13.4.7 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 0f7a06996..951c56112 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.4.6'
+ VERSION = '13.4.7'
end