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-21 17:54:05 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-01-21 17:54:05 +0300
commit8b2db6c8d1f035a15667aa708e00a3f7fd482f14 (patch)
tree4e61e83334b96c2844527dcee194d124e3b1bf46
parente5a14987395e16be22bd71f13ac738cf2d0056ba (diff)
Update VERSION filesv13.8.0
[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 99989552d..0ca4bb2a3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.8.0-rc3 \ No newline at end of file
+13.8.0 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index fb8685e4c..16bafc0d5 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.8.0-rc3'
+ VERSION = '13.8.0'
end