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-11-13 22:24:12 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-11-13 22:24:12 +0300
commit17bea8a2e504e3ef94101fe8c9356c7e406c988e (patch)
tree6f9aa69e2c994e87c566cae76b282a8315890baa
parent96f9f65554899df5b1c73c867486d2ac1157d3e8 (diff)
Update VERSION filesv13.5.4
[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 cd2c0e088..3330217f2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.5.3 \ No newline at end of file
+13.5.4 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 2b1b3473c..38e5fe10d 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.3'
+ VERSION = '13.5.4'
end