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>2021-04-14 12:09:23 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-04-14 12:09:23 +0300
commit8933fb4307a5f9171895dc0c82947f6a2c66573e (patch)
tree2ae1d8bf45accb157647ae80298b4b8a7acad825
parentebd969ee0cd4803cb279a77a3f590b4d77ad6a39 (diff)
parent259825ae3fa51f3e3a02f52dfd84455b0db3a151 (diff)
Merge remote-tracking branch 'dev/13-8-stable' into 13-8-stable13-8-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 08b65ef62..cd3447a62 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 13.8.8 (2021-04-13)
+
+- No changes.
+
## 13.8.7 (2021-03-31)
- No changes.
diff --git a/VERSION b/VERSION
index b9e9613fd..5135d3d99 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.8.7 \ No newline at end of file
+13.8.8 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 527a41415..faf81fa93 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -2,5 +2,5 @@
# (https://gitlab.com/gitlab-org/release-tools/), and should not be
# modified.
module Gitaly
- VERSION = '13.8.7'
+ VERSION = '13.8.8'
end