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 22:12:27 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-03-12 22:12:27 +0300
commit65afbb65c1aad1bd082f3e896519da36eef4ec52 (patch)
treeaee5366bc50bb9397338156e5b406d8c0ec9a706
parent05d00809523aa773cb7075c9d2f4cde3ecb3b02c (diff)
Update VERSION to 12.9.0-rc3v12.9.0-rc3
-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 6ba34f519..b4666d4e1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.9.0-rc2
+12.9.0-rc3
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index ce7a19857..d978168ca 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,5 +1,5 @@
# 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 = '12.9.0-rc2'
+ VERSION = '12.9.0-rc3'
end