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>2022-04-29 19:25:59 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-04-29 19:25:59 +0300
commitda46fa35f2995c3e442ecfc4f7daf49853142a38 (patch)
tree65c665d2ce29f909352cc424e94326894dd70cce
parente737df6cb83e3a62a9eb9ef2458c51b32614594f (diff)
Update VERSION filesv14.8.6
[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 8d7e6ce0f..a40c7d899 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.8.5 \ No newline at end of file
+14.8.6 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index bfb13da31..63c6645b7 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 = '14.8.5'
+ VERSION = '14.8.6'
end