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 22:25:31 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-08-18 22:25:31 +0300
commit570a1a225c62a26232ec69772b1ded7c990e1d8b (patch)
tree2f2b9b3dad431f86d9d37c3a5b7637b0756db25a
parent1acafb8d4ccdba7def8f1a35fb5fe3fcc5187ee5 (diff)
Update VERSION filesv15.3.0-rc43
[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 5e8b21093..f845863f0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.3.0-rc42 \ No newline at end of file
+15.3.0-rc43 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 12cec06c4..fe75447c0 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-rc42'
+ VERSION = '15.3.0-rc43'
end