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-04-06 22:00:09 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-04-06 22:00:09 +0300
commit3c00908c2743ef03a2d5b7057bf8f87d5b267a75 (patch)
tree00b7f0635236475c2072ebfda56b7c858d397aaf
parent02f95f0b6651ac8e81d0f02b9f15ed86a09019d6 (diff)
Update VERSION filesv14.10.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 bf05b46ea..25d21db8e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.9.0-rc5 \ No newline at end of file
+14.10.0-rc1 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 20da2c8a4..f80498e33 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.9.0-rc5'
+ VERSION = '14.10.0-rc1'
end