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-03 00:38:27 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-09-03 00:38:27 +0300
commiteddeee6dc7c097a6a8417f47db1f4700fd0c508b (patch)
tree6791fbb045732bc950c1facea7315c2bdce69601
parent73c9795fd3ccf4b05cb52c052a0d90460a33eb9e (diff)
parentafe455ca25ce9a3ae23d884805fb91bbdf07f5d3 (diff)
Merge remote-tracking branch 'dev/13-3-stable' into 13-3-stable
-rw-r--r--CHANGELOG.md4
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb7
3 files changed, 8 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1c8fa01b..de6d6d095 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 13.3.4
+
+- No changes.
+
## 13.3.3 (2020-09-02)
### Security (1 change)
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