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-06-10 22:46:22 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-06-10 22:46:22 +0300
commit7433953f37547f82b2e01a7c877457c28ff480f4 (patch)
treef32378a6e52fbb364523080a490ed97d8e3bdf99
parent86292a176c16f247d2d1948e526d2bdf0ad3339f (diff)
parent33042dd28f60ef06697c6fbadd8c53cb9d3536d2 (diff)
Merge remote-tracking branch 'dev/13-0-stable' into 13-0-stable
-rw-r--r--CHANGELOG.md4
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab9b0fa39..69388e95b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 13.0.6
+
+- No changes.
+
## 13.0.5
- No changes.
diff --git a/VERSION b/VERSION
index f64807a17..6fe535b5b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.0.5
+13.0.6
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index c2c6e5099..950e5b9fc 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,5 +1,5 @@
# 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.0.5'
+ VERSION = '13.0.6'
end