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-10-15 18:49:52 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-10-15 18:49:52 +0300
commite2faf9c14a626740fc415d637648b649482945a1 (patch)
treebedf10def372aa9763fcccb6b1535046a3f08a07
parent0e1a5a11a41f0ba57fcc7bbe31396087da48bfbd (diff)
Update VERSION filesv13.4.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 7dfdf979e..24a9ec7aa 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.4.3 \ No newline at end of file
+13.4.4 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index be834ffb1..89b4826e8 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.4.3'
+ VERSION = '13.4.4'
end