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-03-04 17:39:26 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-03-04 17:39:26 +0300
commita904ac4c4086bbd510d816c4f5e21dafaf554ac7 (patch)
tree65de0b123b8e99267ad9490bdbf5ee25d2d3390d
parentc4d15cb2693cfcf1ca00ad0aa9eba3f80f0546d1 (diff)
Update VERSION to 12.7.7v12.7.7
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb5
2 files changed, 4 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 6b4de0a42..5660ff109 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.83.0
+12.7.7
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 5e768c998..7ae23038b 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,4 +1,5 @@
-# This file was auto-generated by _support/release
+# 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 = '1.83.0'
+ VERSION = '12.7.7'
end