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-20 10:55:08 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-08-20 10:55:08 +0300
commit31bbf1c0f7cd100c63f44f52a14575da1579276a (patch)
tree9da378aa09bc59d06f4f80e1b0b6e8393a0e3c27
parent3ce7392d138c02d866b6e1ee92a36d017c38af4d (diff)
Update VERSION filesv14.2.0
[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 e1d4afb7f..9714cb35b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.2.0-rc42 \ No newline at end of file
+14.2.0 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index cb1e4bdf5..d071111d1 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-rc42'
+ VERSION = '14.2.0'
end