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-31 19:43:27 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-03-31 19:43:27 +0300
commit8397d66e855f87f1e884a9b42730fa367fcef8da (patch)
tree9f9b9f2371740d94ebf2f889dbf407c1283e9c81
parent44d12272d40d64a876abb65807f02e0b6a9ee19b (diff)
parent47deaf6d7fb2e30dab1ba16c24a95ed6836fb565 (diff)
Merge remote-tracking branch 'dev/13-9-stable' into 13-9-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 c8616268f..20d8f18d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 13.9.5 (2021-03-31)
+
+- No changes.
+
## 13.9.4 (2021-03-17)
### Changed (1 change)
diff --git a/VERSION b/VERSION
index e409a9ea0..62f8ce01f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.9.4 \ No newline at end of file
+13.9.5 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 942adaccd..b58a199f4 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.9.4'
+ VERSION = '13.9.5'
end