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>2022-01-18 13:02:46 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-01-18 13:02:46 +0300
commitb16fee14516980fedd9d67d5207cadf2165ab162 (patch)
tree18bcc5f7cd1a426c377f23b4e6cdeefa5612b245
parente77408c33b1948431e3620929c38ee6c06d51eaa (diff)
Update VERSION filesv14.6.3
[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 bf8aaa2ef..f8a030aae 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.6.2 \ No newline at end of file
+14.6.3 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index cca26ed02..611c1e2de 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.6.2'
+ VERSION = '14.6.3'
end