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-04-14 22:59:10 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-04-14 22:59:10 +0300
commit32bba718bdc08488178b22d9570a1ecaa09c80d6 (patch)
treeb987f9b7e9eba7c7d8a5b405c7822ef8da6f0a9c
parent188ead8c3fc37974527c5959014f71a7aded1ec3 (diff)
Update VERSION to 12.7.9v12.7.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 f92b54868..7e61dcb00 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.7.8
+12.7.9
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index d754487c3..b966da89e 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.7.8'
+ VERSION = '12.7.9'
end