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-11 03:10:43 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-01-11 03:10:43 +0300
commit084e3da73d0ee29659018e4d856cbae7efc13591 (patch)
tree5bfff793f81341bebf51fb82c69499d04cadfa9c
parent3920cfc8515cdbbd7fe5e914354bad18d481737f (diff)
Update VERSION filesv14.5.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 e9d8f88ed..7f0423b3c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.5.2 \ No newline at end of file
+14.5.3 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 18b1bc1f3..59d2a625b 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.5.2'
+ VERSION = '14.5.3'
end