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>2021-07-20 14:01:36 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-07-20 14:01:36 +0300
commite87ee490e65f5d925fa76bca25fd1f1548ab98e4 (patch)
tree9b3a5e47f35fdf6c4b91ddb65d24f6e5cda62f3e
parentba9a38125e26dd372617bbf8b904595728979048 (diff)
Update VERSION filesv14.1.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 e8a6fbcb0..2f32dae71 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.1.0-rc42 \ No newline at end of file
+14.1.0-rc43 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 5e516596b..2af3b9647 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 = '14.1.0-rc42'
+ VERSION = '14.1.0-rc43'
end