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-09-02 21:13:01 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-09-02 21:13:01 +0300
commitafe455ca25ce9a3ae23d884805fb91bbdf07f5d3 (patch)
tree6791fbb045732bc950c1facea7315c2bdce69601
parent1ed194d9b33a0ee224333a18bd98ab5b588f87cc (diff)
Update VERSION to 13.3.4v13.3.4
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb7
2 files changed, 4 insertions, 5 deletions
diff --git a/VERSION b/VERSION
index 35f1a3e99..51d9561af 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.3.3 \ No newline at end of file
+13.3.4
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index e2b2ba047..f34cecbce 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,6 +1,5 @@
-# This file was auto-generated by the Release Tools project
-# (https://gitlab.com/gitlab-org/release-tools/), and should not be
-# modified.
+# This file was auto-generated by release-tools
+# https://gitlab.com/gitlab-org/release-tools/-/blob/master/lib/release_tools/release/gitaly_release.rb
module Gitaly
- VERSION = '13.3.3'
+ VERSION = '13.3.4'
end