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-12-24 08:37:28 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-12-24 08:37:28 +0300
commit8079c7d15963c5e89a0fc9290e781d7677bea6dd (patch)
tree8f0bdfda0fbaf32928fb36ba93f12a97a7473e07
parent3aac95bbc249576b733e0d793c64e6c7d264ea32 (diff)
Version 1.78.0v1.78.01-78-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 f07dc2132..10a175bb4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Gitaly changelog
+## v1.78.0
+
+
## vv1.78.0
#### Changed
diff --git a/VERSION b/VERSION
index 26d8ec7b5..54227249d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v1.78.0
+1.78.0
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 690faf349..2df0a3d0d 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.78.0'
+ VERSION = '1.78.0'
end