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>2021-04-29 09:24:47 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-04-29 09:24:47 +0300
commitfc4c88688e4176062a6524d41e2eb02bf9f4ad17 (patch)
tree605893f25c9b13c3f72412408405d4942e484f99
parent08a0862854886c544c4d0310b3c2b9800af5ddc6 (diff)
Update VERSION filesv13.12.0-rc1
[ci skip]
-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 dcd2e8f8a..16a60ba12 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.11.0-rc1 \ No newline at end of file
+13.12.0-rc1 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index bc1b9d103..cafe9038d 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -2,5 +2,5 @@
# (https://gitlab.com/gitlab-org/release-tools/), and should not be
# modified.
module Gitaly
- VERSION = '13.11.0-rc1'
+ VERSION = '13.12.0-rc1'
end