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 17:03:50 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-06-10 17:03:50 +0300
commit33042dd28f60ef06697c6fbadd8c53cb9d3536d2 (patch)
treef32378a6e52fbb364523080a490ed97d8e3bdf99
parentbc3041a2d5634bf949a5d45991c92b8aa614e394 (diff)
Update VERSION to 13.0.6v13.0.6
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb2
2 files changed, 2 insertions, 2 deletions
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