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-03-12 21:40:39 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-03-12 21:40:39 +0300
commit05d00809523aa773cb7075c9d2f4cde3ecb3b02c (patch)
treeb1b7f571a101ce89fcb9855aa2ccd6a5789336d3
parent93a9d8ea875fea8f20cdc6191cc54a133fbca809 (diff)
Update VERSION to 12.9.0-rc2v12.9.0-rc2
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb5
2 files changed, 4 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index c75f0df20..6ba34f519 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.9.0-rc1
+12.9.0-rc2
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index a0f413cd4..ce7a19857 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,4 +1,5 @@
-# This file was auto-generated by _support/release
+# 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 = '1.87.0'
+ VERSION = '12.9.0-rc2'
end