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:
authorAlessio Caiazza <acaiazza@gitlab.com>2020-03-05 16:10:21 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2020-03-05 16:10:21 +0300
commit5c2c0330155ec140c8935e1dbb13730343461d9a (patch)
treed737eceaec4e64491dadb3323a81bd5c9f91bcd4
parent87720d8e9017d8ffe84462a1e768b719ec6105a8 (diff)
parentb90e89fa3427074485f6de3ce16b2990c0f5930c (diff)
Merge remote-tracking branch 'dev/12-6-stable' into 12-6-stable12-6-stable
-rw-r--r--CHANGELOG.md4
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb5
3 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 724365b8a..6ee49b4d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 12.6.8
+
+- No changes.
+
## v1.77.1
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