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-19 12:02:52 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-08-19 12:02:52 +0300
commit6076148315a005315e5fd7beb8592fe4060a80fa (patch)
tree18136e40f26bdcda0c99a5c8e09a89f51471da7a
parenteda57b4bf0dc87dee85745d48108523f34b8f8b5 (diff)
Update VERSION filesv14.2.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 3e8c60bed..e1d4afb7f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.2.0-rc2 \ No newline at end of file
+14.2.0-rc42 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 2bb934d3d..cb1e4bdf5 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.2.0-rc42'
end