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-23 19:25:31 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-08-23 19:25:31 +0300
commitb01470ef32862f7ef17384b646fc8085e4947988 (patch)
tree869fad2d5d2416416a6429c73dc6629ec7b0cffc
parent4d9aac85a4bf92fb4412fc41986559f020c86b7e (diff)
Update VERSION filesv14.2.1
[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 9714cb35b..83ecc0b2e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.2.0 \ No newline at end of file
+14.2.1 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index d071111d1..98db4b736 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'
+ VERSION = '14.2.1'
end