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-12-06 18:38:46 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-12-06 18:38:46 +0300
commit267293c3e3622a5653e8a6f7dfbfab481cce30cc (patch)
treef89b54decd2872aef9c31b2be2e48fb64779793d
parent1a173fd8eefcea695c30d8faa2b2948e868a8e2c (diff)
Update VERSION filesv14.6.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 775e9d383..fccfd2bec 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.4.0-rc43 \ No newline at end of file
+14.6.0-rc1 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index a65fc49a4..6542f22a3 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 = '14.4.0-rc43'
+ VERSION = '14.6.0-rc1'
end