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:
authorPaul Okstad <pokstad@gitlab.com>2019-08-13 02:10:12 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-08-13 02:10:12 +0300
commit9d392473e4d23efa28ac567298a1b6abcd8116cf (patch)
tree3bc130e48dfc013d902294771bfa0433e761810c
parentaedbdec82d0f64f81615a61583892dc16a7d57c9 (diff)
Version 1.59.0v1.59.0
-rw-r--r--CHANGELOG.md3
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb2
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5d791b2e..e3720cdfd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Gitaly changelog
+## v1.59.0
+
+
## v1.58.1
#### Added
diff --git a/VERSION b/VERSION
index 69478d187..bb120e876 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.58.1
+1.59.0
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 4f1be3f75..850641314 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,4 +1,4 @@
# This file was auto-generated by _support/release
module Gitaly
- VERSION = '1.58.1'
+ VERSION = '1.59.0'
end