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-06-07 20:41:54 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-06-07 20:41:54 +0300
commitc61546aea3f2290c15f811feb45e766ec828b86a (patch)
tree22edbfabbe7ad42023073bc16e80099640bfced4
parent5438d81c8a85192b67e5aeee1c08cf0b987bd555 (diff)
Update VERSION filesv13.12.3
[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 d786287fb..975d54d8f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.12.2 \ No newline at end of file
+13.12.3 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index b6594d733..5542b3f17 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.12.2'
+ VERSION = '13.12.3'
end