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-07-01 16:00:41 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-07-01 16:00:41 +0300
commitcc313b9ddb84e6c77b353607235ec79a661d6463 (patch)
tree504344f23505138fa0c69e425576dec3f1a3ed65
parent205126343a2a6f5d6ebd98e85fa6deb9485367ea (diff)
Update VERSION to 13.0.8v13.0.8
-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 4e8f3240e..8e7aa5e40 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.0.7
+13.0.8
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index eaee9830a..c4258f104 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,5 +1,5 @@
# This file was auto-generated by release-tools
# https://gitlab.com/gitlab-org/release-tools/-/blob/master/lib/release_tools/release/gitaly_release.rb
module Gitaly
- VERSION = '13.0.7'
+ VERSION = '13.0.8'
end