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 12:48:42 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-12-07 12:48:42 +0300
commit8ca27719a1f1d00b003296293f52bc9dc4ab532b (patch)
tree3548673ef67ba9f6ec014495e93fdc1c7bead8f0
parentc358aa6ef845c5fea61c163eb2a068f73506f26b (diff)
Update VERSION filesv13.5.5
[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 3330217f2..4afeb7680 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.5.4 \ No newline at end of file
+13.5.5 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 38e5fe10d..648b6b7ea 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.4'
+ VERSION = '13.5.5'
end