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>2020-09-01 09:34:52 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-09-01 09:34:52 +0300
commit2d7e3e8c30b4af4038256c2320ccf05edab51fae (patch)
tree0ff080a5cf2a6370a76cfc8d1d8a9ea6b2680e40
parente9860f7988a2c87638abf695d8613e3096312857 (diff)
Update VERSION filesv13.4.0-rc1
[ci skip]
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb7
2 files changed, 5 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index 60ed60d78..e00429f3d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.3.0-rc5
+13.4.0-rc1 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 4fc708af0..1cbf75fe8 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,5 +1,6 @@
-# This file was auto-generated by release-tools
-# https://gitlab.com/gitlab-org/release-tools/-/blob/master/lib/release_tools/release/gitaly_release.rb
+# This file was auto-generated by the Release Tools project
+# (https://gitlab.com/gitlab-org/release-tools/), and should not be
+# modified.
module Gitaly
- VERSION = '13.3.0-rc5'
+ VERSION = '13.4.0-rc1'
end