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-09-29 11:34:44 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-09-29 11:34:44 +0300
commit32daa20c2ee21928898610d83a9175027d3918dc (patch)
tree5a436201c750fa932a275b7daa4b71f10c97d020
parent53e28c5182c508c8f5d57e03b8b0bb4d4200867f (diff)
Update VERSION filesv15.3.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 e618248e5..3cad8b789 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.3.3 \ No newline at end of file
+15.3.4 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 62d6acb10..504d2e7c6 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 = '15.3.3'
+ VERSION = '15.3.4'
end