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-10-22 00:25:44 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-10-22 00:25:44 +0300
commit9045ffc7c83f270e6517833ab3ce1149e35efb70 (patch)
tree901b881877f5d83c713bb8a23802b6e283cbb855
parent8115d65939638027d2bf03b0a2f62f71d10262f0 (diff)
Update VERSION filesv13.3.8
[ci skip]
-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 b1afe3ebd..176df6ffe 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.3.7
+13.3.8 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 42fba0d76..797d4b9c4 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.7'
+ VERSION = '13.3.8'
end