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>2021-02-23 22:26:12 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-02-23 22:26:12 +0300
commit4f85f046841f2fbfcf8db5d54f7957aa60977b62 (patch)
tree5633dd88beec857e45a2019ceae79715055dd0a5
parent206ae1a4e0f05a66b9de52db5dc5f856cdd3bb72 (diff)
Update VERSION filesv13.9.1
[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 5bbc0df26..f8b8809d0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.9.0 \ No newline at end of file
+13.9.1 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 4dfdc9330..87df59f21 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.9.0'
+ VERSION = '13.9.1'
end