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-08-18 11:11:19 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-08-18 11:11:19 +0300
commit1acafb8d4ccdba7def8f1a35fb5fe3fcc5187ee5 (patch)
tree26c5aab90ca8b79a9a073cd7d98f737a3658420b
parent8263b2f7f00bb5197a1b97f2a420c5662af8e40c (diff)
Update VERSION filesv15.3.0-rc42
[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 a8e1cef45..5e8b21093 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.3.0-rc4 \ No newline at end of file
+15.3.0-rc42 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index e4fb30026..12cec06c4 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.0-rc4'
+ VERSION = '15.3.0-rc42'
end