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-08-03 17:28:06 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-08-03 17:28:06 +0300
commit1905b9707bd9c3ba5b47738b64a68a01f1f93c99 (patch)
treebd763ad7d48c5c1ef9ea458a7df99b8273bfd32e
parentc1ac222edcaf98095705805c38ac24225d1a7961 (diff)
Update VERSION filesv14.1.2
[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 e199ade4b..73c5170b3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.1.1 \ No newline at end of file
+14.1.2 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 3aefd32dc..76a2e322c 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.1'
+ VERSION = '14.1.2'
end