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>2022-02-15 13:26:42 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-02-15 13:26:42 +0300
commit9115228ca694cf94776a13d09afd654422a7d366 (patch)
tree9c8e51814177f655400d69d4374ccde1c6e3e99b
parentb214fc17b7045215cfa04ae51b54c0d02cf990b8 (diff)
Update VERSION filesv14.7.3
[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 7528c3a44..1f4bff5c6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.7.2 \ No newline at end of file
+14.7.3 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 94f4aa3cf..a649c14d6 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 = '14.7.2'
+ VERSION = '14.7.3'
end