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-09-01 22:54:40 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-09-01 22:54:40 +0300
commit47a531c91dadc492d62eae515151a5971cf5a5db (patch)
tree532376735f6d5fbf42fa3d35fda887a74a45aba3
parent4b8aeb0cd6ba53e00166d2b5818c329af3080a54 (diff)
Update VERSION filesv15.3.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 7bb26bde9..e618248e5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.3.2 \ No newline at end of file
+15.3.3 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 7a759c9a4..62d6acb10 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.2'
+ VERSION = '15.3.3'
end