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-10-17 23:28:14 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-10-17 23:28:14 +0300
commit67f4fe73a05048a1b90afece1d3cf6a5a395eda6 (patch)
tree97eeb6fccb1ccb6a97c4363d16d7a6622f1e7cf3
parent17fa67d3aed626760a20c82c8743681f328e322f (diff)
Version 1.70.0v1.70.01-70-stable
-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 f71e7584e..0c96f7df6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Gitaly changelog
+## v1.70.0
+
+
## vv1.70.0
#### Added
diff --git a/VERSION b/VERSION
index d0109c6f7..832e9afb6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v1.70.0
+1.70.0
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 4f9c7ad09..25bceb8d9 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 = 'v1.70.0'
+ VERSION = '1.70.0'
end