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-01-14 13:19:08 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-01-14 13:19:08 +0300
commit399fe394c694a0d9e559091af0940b7b5ac7ad3f (patch)
treec305d228df7b297d1ae0d3559dd4b5bc74fac5b5
parentb6defd13982276bc93195cd45dc7948abb01f99d (diff)
parentd65bf364c7326cc3c67888bf34ac3371a0a6b186 (diff)
Merge remote-tracking branch 'dev/13-5-stable' into 13-5-stable13-5-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 80189ab7c..e9e738b31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 13.5.7 (2021-01-13)
+
+- No changes.
+
## 13.5.6 (2021-01-07)
- No changes.
diff --git a/VERSION b/VERSION
index c50c58133..a15cc5b93 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.5.6 \ No newline at end of file
+13.5.7 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index b73b866af..746b9c3dd 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.5.6'
+ VERSION = '13.5.7'
end