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-08-19 13:00:55 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-08-19 13:00:55 +0300
commit420d3a69a9154100f55a0619a945ff68595c32db (patch)
treeda20224fb9298c1b2c9a1b6bf7ecb99218f2f0fb
parent433398f7c91912b638f169512bb9ed583afbf7ae (diff)
Update VERSION filesv15.3.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 3f29a2dcd..7ed6fef85 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.3.0-rc45 \ No newline at end of file
+15.3.0 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 7685ddd7a..d9a691af6 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 = '15.3.0-rc45'
+ VERSION = '15.3.0'
end