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 00:16:31 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-04-14 00:16:31 +0300
commit259825ae3fa51f3e3a02f52dfd84455b0db3a151 (patch)
tree2ae1d8bf45accb157647ae80298b4b8a7acad825
parentfc5c5d4f5a894b1a8cde3a216fb0e706a263fdec (diff)
Update VERSION filesv13.8.8
[ci skip]
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb2
2 files changed, 2 insertions, 2 deletions
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