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-08-25 09:35:15 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-08-25 09:35:15 +0300
commitfb1c6a7addfa71f61b2400e0fede2cc7ad883919 (patch)
tree769c655a39f9496553e4256b8b86cf416b343dd0
parentb24f90930cb18c26d85301aca3c887598806bd42 (diff)
Update VERSION filesv14.3.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 3e8c60bed..55e680ec0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.2.0-rc2 \ No newline at end of file
+14.3.0-rc1 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 2bb934d3d..47fff64ca 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.2.0-rc2'
+ VERSION = '14.3.0-rc1'
end