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-09-10 13:32:29 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-09-10 13:32:29 +0300
commitd2e978f8e8f47a49c3bcfbd470b2f790e52c5ee2 (patch)
treea4b5761f25673d77405c2a9ebe947aa9349bd198
parent21dee87d8a697cb27ca0959c442823cdf7b2aa76 (diff)
Update VERSION to 13.4.0-rc2v13.4.0-rc2
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb7
2 files changed, 4 insertions, 5 deletions
diff --git a/VERSION b/VERSION
index e00429f3d..91a1c40a3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.4.0-rc1 \ No newline at end of file
+13.4.0-rc2
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 1cbf75fe8..52eee1c84 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,6 +1,5 @@
-# This file was auto-generated by the Release Tools project
-# (https://gitlab.com/gitlab-org/release-tools/), and should not be
-# modified.
+# This file was auto-generated by release-tools
+# https://gitlab.com/gitlab-org/release-tools/-/blob/master/lib/release_tools/release/gitaly_release.rb
module Gitaly
- VERSION = '13.4.0-rc1'
+ VERSION = '13.4.0-rc2'
end