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-02-03 20:03:52 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-02-03 20:03:52 +0300
commit473c7ad5cd07d41e1a8a627a1458dd52f95fa5e9 (patch)
tree1c2ce3b8118b8b57bccf1170829675f41204432d
parent8eebd13b78bae0b92927139a22babeabe3a03863 (diff)
Update VERSION filesv14.6.4
[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 f8a030aae..7d6296b6c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.6.3 \ No newline at end of file
+14.6.4 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 611c1e2de..068d2dbc9 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.3'
+ VERSION = '14.6.4'
end