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-03-21 12:11:43 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-03-21 12:11:43 +0300
commitb8dcfbb394eddfa30d27753a14792d54654cef56 (patch)
treec63dcf6b8bdc2a408bb5d8b9b03db9a1401cf6af
parentb453b384bcaaa7026ad0618432e273a41e651916 (diff)
Update VERSION filesv14.9.0
[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 a78424a59..de4914e93 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.9.0-rc42 \ No newline at end of file
+14.9.0 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index a9ace9811..c9bb7c543 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.9.0-rc42'
+ VERSION = '14.9.0'
end