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:
-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