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-10-01 20:32:17 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-10-01 20:32:17 +0300
commit974a08d5c6fab26ff96626276eceb21ccd4f407c (patch)
treea38a3e011fc75c841394b162dfa22f56cfba05d6
parent148754cd2922c12e65779ef7347a90c108c3edfe (diff)
parentc446698a6e1ff6c7c4ee32d9e3d944d1ada48dcf (diff)
Merge remote-tracking branch 'dev/13-2-stable' into 13-2-stable13-2-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 bca8c2efc..7bb78a467 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 13.2.10
+
+- No changes.
+
## 13.2.9
### Fixed (1 change)
diff --git a/VERSION b/VERSION
index 3aa3e92b4..b9b445425 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.2.9
+13.2.10
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 8921a18f5..8d5938e48 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.2.9'
+ VERSION = '13.2.10'
end