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:43:20 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-09-29 11:43:20 +0300
commitecbedf428ae11e173a3ad1e137c322a5f685c0de (patch)
tree6a6f698b560fa6ee007289bb9cab912af7371c1b
parent83579975e492bc61bb94010fbe5641ee19d12635 (diff)
Update VERSION filesv15.2.5
[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 5fb2f3ec7..fc9e5cdcd 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.2.4 \ No newline at end of file
+15.2.5 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index bcd77e528..eaee2a543 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.2.4'
+ VERSION = '15.2.5'
end