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-11-02 12:34:06 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-11-02 12:34:06 +0300
commit61ec16219b9a4ca2a81e890a5121e2cfae26a517 (patch)
tree47a258c19543d4123de53831cbc54119e4c48d4e
parent6519e525e88b41a0d6b77a3b5482cc7897fd2f74 (diff)
Update VERSION filesv13.3.9
[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 176df6ffe..4feaa4d3c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.3.8 \ No newline at end of file
+13.3.9 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 797d4b9c4..30f7af238 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 = '13.3.8'
+ VERSION = '13.3.9'
end