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-03-31 15:43:20 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-03-31 15:43:20 +0300
commit5c3d7010eb48c0e01b34f6937c360015d32720e9 (patch)
treea11a480118aac0e86b4b11b4fc51163198cdfa22
parentd81cc95a357024ed79b8ca501aa0ee96ef135d81 (diff)
Update VERSION filesv13.8.7
[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 fb2ae5849..b9e9613fd 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.8.6 \ No newline at end of file
+13.8.7 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 8a9b96d4a..527a41415 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.6'
+ VERSION = '13.8.7'
end