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 18:08:21 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-08-03 18:08:21 +0300
commitb647c67289bbb7ad71b9cacb890f08e2ec832e0c (patch)
treebb918eb44e93bdbebb93382e477436398e25d1c7
parent8e451d7022217c5cc7255cc80995628d0c89d0c1 (diff)
Update VERSION filesv13.12.9
[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 21edccba2..01452f6e2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.12.8 \ No newline at end of file
+13.12.9 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 2f4dacafb..5bb042a65 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.8'
+ VERSION = '13.12.9'
end