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-03-17 13:45:00 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-03-17 13:45:00 +0300
commit901c12240782be3bd2677197b73e4ab20ff9f7ea (patch)
tree7ce304cfb75584e239510fefcbb89276c99d0707
parentabc84e1e0bea978181e73ccd9830d6ce9d0e3bb9 (diff)
Update VERSION filesv13.9.4
[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 353780b61..e409a9ea0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.9.3 \ No newline at end of file
+13.9.4 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index ac2a2d2d5..942adaccd 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.3'
+ VERSION = '13.9.4'
end