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-02 21:29:16 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-09-02 21:29:16 +0300
commit830e27eea1d5fd39937563427444438bb60ec71e (patch)
treec9f4169a620ba3090ff01ade48c43021f1fcf9ff
parent0096a7ead46261c99b592fc327e9d2452fde6f6b (diff)
Update VERSION to 13.2.8v13.2.8
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb7
2 files changed, 4 insertions, 5 deletions
diff --git a/VERSION b/VERSION
index bf91716bd..f9c1cf2f5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.2.7 \ No newline at end of file
+13.2.8
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 8aad72a79..f221754e5 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,6 +1,5 @@
-# This file was auto-generated by the Release Tools project
-# (https://gitlab.com/gitlab-org/release-tools/), and should not be
-# modified.
+# 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.2.7'
+ VERSION = '13.2.8'
end