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:48:23 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-09-02 21:48:23 +0300
commitab21ac6845489ef07a5da46f2bfd5f2e79cd73d5 (patch)
treed12fd793d4a6b1e6b76a0786a6a3bfb8426a9058
parent9126258d9ddca9a8ffe2a047bd5140f3ea4b63f2 (diff)
Update VERSION to 13.1.10v13.1.10
-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 fefe0f3c9..cd4a03bba 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.1.9 \ No newline at end of file
+13.1.10
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index fb25d5815..c3bf083c6 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.1.9'
+ VERSION = '13.1.10'
end