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 12:46:26 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-09-02 12:46:26 +0300
commit5a42f7309d4bc432c7a77baafd756823551d96a2 (patch)
tree3785299778c4e18d2de8083776bfadad61e0d503
parent797a07781b69c5346c4d10797f3bf673d94992c5 (diff)
Update VERSION filesv13.2.7
[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 9a30e1157..bf91716bd 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.2.6
+13.2.7 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index cbc4bf125..8aad72a79 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.2.6'
+ VERSION = '13.2.7'
end