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-13 22:36:21 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-01-13 22:36:21 +0300
commitd65bf364c7326cc3c67888bf34ac3371a0a6b186 (patch)
treec305d228df7b297d1ae0d3559dd4b5bc74fac5b5
parentf323b7b09804ad6ab35b112c15e111df6ebb50ef (diff)
Update VERSION filesv13.5.7
[ci skip]
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb2
2 files changed, 2 insertions, 2 deletions
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