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 17:03:18 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-03-17 17:03:18 +0300
commit0b40447d752ea64ce5f0e9b7aa80b11c9369e488 (patch)
treec8747f769b6c11d435560f41b45154f6b5ee8cf1
parent1738eaed2e9a24b70a0eb55afbe188dc7f459df8 (diff)
parent07474145cd038c8338dfc3ae24566bd4ff90d481 (diff)
Merge remote-tracking branch 'dev/13-7-stable' into 13-7-stable13-7-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 32e6a057f..74542161e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 13.7.9 (2021-03-17)
+
+- No changes.
+
## 13.7.8 (2021-03-04)
- No changes.
diff --git a/VERSION b/VERSION
index 9255caa9b..470e34e1d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.7.8 \ No newline at end of file
+13.7.9 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 5364df2f9..8cded2595 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.7.8'
+ VERSION = '13.7.9'
end