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-01-05 11:25:21 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-01-05 11:25:21 +0300
commit62fc92e623db28a0c192423b2538c7f3241bf876 (patch)
tree82c3c3b50796ca0c8e227c485c8e704c1bfef275
parent445770c4879866351d7ce76adad6bcda6a802012 (diff)
Update VERSION filesv13.8.0-rc1
[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 279e6b7ec..c8e82ae26 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.7.0-rc4 \ No newline at end of file
+13.8.0-rc1 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 9b7e7b3d2..ad6e23baa 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 = '13.7.0-rc4'
+ VERSION = '13.8.0-rc1'
end