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:26:12 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-09-29 11:26:12 +0300
commit85ad34234d39ecbf4127bbade08a3c16c4bba542 (patch)
tree17d082136a6ac6f8d75ebc2ad35a3f93ea3cd5c5
parent40442ce45afa462b82d67ccd8b3e56c0ae48efbf (diff)
Update VERSION filesv15.4.1
[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 92edc454c..65d9b5b10 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.4.0 \ No newline at end of file
+15.4.1 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index ae010af79..4647f18e5 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.4.0'
+ VERSION = '15.4.1'
end