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-05-27 20:23:15 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-05-27 20:23:15 +0300
commita0268c1f2f05c6c2726723cd39d9d0e89abdbf86 (patch)
tree53ab60eaf2c902160dc035088910f2a6a9c2577a
parentb98a198604e681aca5ce6369de9e6c9c77292b59 (diff)
parentc387d7b532556121a047e445dbeba94869e9f3a1 (diff)
Merge remote-tracking branch 'dev/12-9-stable' into 12-9-stable
-rw-r--r--CHANGELOG.md4
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7496d3699..1080cc42b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 12.9.8
+
+- No changes.
+
## 12.9.7
- No changes.
diff --git a/VERSION b/VERSION
index c03876d01..2f0635c04 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.9.7
+12.9.8
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index acb2d33a1..d64a3d86b 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 = '12.9.7'
+ VERSION = '12.9.8'
end