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>2020-06-03 17:22:51 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-06-03 17:22:51 +0300
commitf808a6941594bdf4997daa33ad37ead0e272d7be (patch)
tree8f7f8c8fc7a0efc382bbeacbcf1233a167160528
parentc96ca21e1ec61c54e2b5b2a7091c1b1cb4defc17 (diff)
Update VERSION to 12.10.9v12.10.9
-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 397d5bb37..9da5b2e82 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.10.8
+12.10.9
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 5a0e31378..49ebf0114 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,5 +1,5 @@
# This file was auto-generated by release-tools
# https://gitlab.com/gitlab-org/release-tools/-/blob/master/lib/release_tools/release/gitaly_release.rb
module Gitaly
- VERSION = '12.10.8'
+ VERSION = '12.10.9'
end