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-04 16:53:34 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-03-04 16:53:34 +0300
commitd6043b0ed7df73f957350cd0f959e2c64e67dabc (patch)
tree6f5320a23c5d5fd53ce79c82e347b939cfcc6692
parent1f156b9cac92904d1879ee6a0452eeca6be3eb3a (diff)
Update VERSION filesv13.8.5
[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 355a70a77..16b3c156a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.8.4 \ No newline at end of file
+13.8.5 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 3a5706f75..ee007bfc5 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.4'
+ VERSION = '13.8.5'
end