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>2022-11-02 13:37:13 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-11-02 13:37:13 +0300
commitd8dde0e3d5f1055836f529ec51ddf06555462565 (patch)
tree3f25bf535cab0c606dda5fde755a5011156a996a
parent0aa4d6fdcbbc89beb52d4133bfaf434bd9bf41e2 (diff)
Update VERSION filesv15.6.0-rc1
[ci skip]
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb6
2 files changed, 7 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 114449a2f..f1ea5e2fb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.4.0-rc2 \ No newline at end of file
+15.6.0-rc1 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
new file mode 100644
index 000000000..d495206e3
--- /dev/null
+++ b/ruby/proto/gitaly/version.rb
@@ -0,0 +1,6 @@
+# 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 = '15.6.0-rc1'
+end