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:
authorJacob Vosmaer <jacob@gitlab.com>2020-01-06 14:48:53 +0300
committerJacob Vosmaer <jacob@gitlab.com>2020-01-06 14:48:53 +0300
commit87720d8e9017d8ffe84462a1e768b719ec6105a8 (patch)
treed814798d4047b837209384dc906c8c61b24ff53a
parenta4b6c71d4b7c1588587345e2dfe0c6bd7cc63a83 (diff)
Version 1.77.1v1.77.11-77-stable
-rw-r--r--CHANGELOG.md3
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb4
3 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 82d13b4aa..724365b8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Gitaly changelog
+## v1.77.1
+
+
## v1.77.0
#### Changed
diff --git a/VERSION b/VERSION
index 79e15fd49..b1131583c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.77.0
+1.77.1
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index dafdc3141..0d2790ff5 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
+# This file was auto-generated by /Users/jacobvosmaer/Desktop/gitlab-development-kit/gitaly/src/gitlab.com/gitlab-org/gitaly/_support/release
module Gitaly
- VERSION = '1.77.0'
+ VERSION = '1.77.1'
end