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:20 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-07-01 16:00:20 +0300
commit26cde441322fc0f7b51c62cda6073d4c474f2163 (patch)
tree246dbfdfaed23f95b5774a85a253806222cccb79
parenta124f4fd5f87b57ecc5db23b76bf35d96488c50a (diff)
Update VERSION to 13.1.2v13.1.2
-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 21b80e995..383738180 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.1.1
+13.1.2
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index f992a7578..480fafba9 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.1.1'
+ VERSION = '13.1.2'
end