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-11-15 10:30:28 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-11-15 10:30:28 +0300
commitaa413c7afbc868f21c0c97da9d46ac040dfdc4c6 (patch)
tree05ef5b6d00fd2f8b0f57bb2fc4bd6a3c903b08b2
parent50e5b71108dc5f48b8173a25438cabe6d22cee5c (diff)
Update VERSION filesv14.1.814-1-stable
[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 8898bdd49..3edb87781 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.1.7 \ No newline at end of file
+14.1.8 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 7721ffce4..dd41b5491 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.1.7'
+ VERSION = '14.1.8'
end