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:06:55 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-04-29 19:06:55 +0300
commitf25597ca6d334491bc84d90f21aee8c32d8b42d0 (patch)
tree7fce6db9e531919f44d1cac4bc0a9f2b63a864c9
parent8bbf92f5c1cb5b8724366cae6f9a44f6c550419e (diff)
Update VERSION filesv14.10.1
[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 ffb9fc045..76b91118e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.10.0 \ No newline at end of file
+14.10.1 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 712b90af7..6b40ab07f 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.10.0'
+ VERSION = '14.10.1'
end