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-11-18 16:11:02 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-11-18 16:11:02 +0300
commit7fa2298cb5526ce90077fd1ee3e6692bf4fcdba4 (patch)
tree576d03b501f26aae6e800e7b34f2bc346bae35dd
parentd69b465fdff3c04f8e3f395aed34aaa59f23fe76 (diff)
Update VERSION filesv14.5.0-rc42
[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..cb30eb8cb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.4.0-rc43 \ No newline at end of file
+14.5.0-rc42 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index a65fc49a4..00c7361a5 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.5.0-rc42'
end