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-05-04 13:05:33 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-05-04 13:05:33 +0300
commitbfe41d4dba6eb7fa2785f8b853ee3fc4d1eec8ce (patch)
treeb908517d849e80d379a6f9692745ff48b91cee5a
parent293b48172df7427136695429e91dd687afdd779d (diff)
Update VERSION to 12.10.3v12.10.3
-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 b49173dab..060a56a06 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.10.2
+12.10.3
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 6119ca664..d72544f3a 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.2'
+ VERSION = '12.10.3'
end