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-07-05 13:21:22 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-07-05 13:21:22 +0300
commit74841daff59806d1eae12279bddc67ce1d840b66 (patch)
tree109258bfe7e08c7fe8cfc64aabcc522188074401
parent5c979d10e3e10dd281b19eb03e7e6a0bb3c280ba (diff)
Update VERSION filesv15.1.2
[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 ebed9e6f5..62acbb5e2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.1.1 \ No newline at end of file
+15.1.2 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 8a30da2db..7bf502d82 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.1.1'
+ VERSION = '15.1.2'
end