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-11 19:52:30 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-12-11 19:52:30 +0300
commit8b8860c9183a1fb882685cc95370b5a7d82cadc3 (patch)
tree715e125c346d9bc4bf9d91d5c25066f3e92462b8
parent5823ef729e587291434a60281e421aeab0d783a4 (diff)
Update VERSION filesv13.7.0-rc4
[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 c517de0c4..279e6b7ec 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.7.0-rc3 \ No newline at end of file
+13.7.0-rc4 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 6d230c906..9b7e7b3d2 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.7.0-rc3'
+ VERSION = '13.7.0-rc4'
end