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:27 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-03-04 17:39:27 +0300
commitb90e89fa3427074485f6de3ce16b2990c0f5930c (patch)
treed737eceaec4e64491dadb3323a81bd5c9f91bcd4
parentae5386fd4dd9dc479e6e2939395b82276bcf281e (diff)
Update VERSION to 12.6.8v12.6.8
-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 b1131583c..edbef70c2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.77.1
+12.6.8
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 0d2790ff5..97512f8e2 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,4 +1,5 @@
-# This file was auto-generated by /Users/jacobvosmaer/Desktop/gitlab-development-kit/gitaly/src/gitlab.com/gitlab-org/gitaly/_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.77.1'
+ VERSION = '12.6.8'
end