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-03-04 17:39:04 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-03-04 17:39:04 +0300
commit0df3fe5d75c824517cdd577065c1f79c9a8bce3a (patch)
tree2a7c6d0442c925c21ee1a63d233fae8e87cd34dc
parent982f949c76019dcbcba966a43fd41be76e24dcd4 (diff)
Update VERSION to 12.8.2v12.8.2
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb5
2 files changed, 4 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index e56b2006c..686a73d2a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.8.1
+12.8.2
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index a0f413cd4..91109d03a 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,4 +1,5 @@
-# This file was auto-generated by _support/release
+# 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 = '1.87.0'
+ VERSION = '12.8.2'
end