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-10-15 14:42:39 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-10-15 14:42:39 +0300
commitedc556107506a698e6bf95110d458e9eb07d311f (patch)
treed182119be504eeb97386ecbe4b2095b7e9bae84d
parent05cd75fb57f06f29978e6cc0da3f7bc35d85859f (diff)
Update VERSION filesv13.5.0-rc2
[ci skip]
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb7
2 files changed, 5 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index d1e6b4330..1dc0f60b0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.5.0-rc1
+13.5.0-rc2 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index a625f29ff..5dde875e5 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,5 +1,6 @@
-# This file was auto-generated by release-tools
-# https://gitlab.com/gitlab-org/release-tools/-/blob/master/lib/release_tools/release/gitaly_release.rb
+# This file was auto-generated by the Release Tools project
+# (https://gitlab.com/gitlab-org/release-tools/), and should not be
+# modified.
module Gitaly
- VERSION = '13.5.0-rc1'
+ VERSION = '13.5.0-rc2'
end