summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2016-05-27 13:06:02 +0200
committerJacob Vosmaer <jacob@gitlab.com>2016-05-27 13:06:02 +0200
commit1adaeb7d6771122702c45e33e03767389a3348c9 (patch)
treecafd152aa298009c90c5572bae60603c51ef8862
parent61072a02444092040fcabdc582f029670ccd4ae2 (diff)
downloadgitlab-ce-1adaeb7d6771122702c45e33e03767389a3348c9.tar.gz
Use gitlab-workhorse 0.7.4
This enables https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4278 .
-rw-r--r--GITLAB_WORKHORSE_VERSION2
-rw-r--r--doc/install/installation.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/GITLAB_WORKHORSE_VERSION b/GITLAB_WORKHORSE_VERSION
index f38fc5393ff..0a1ffad4b4d 100644
--- a/GITLAB_WORKHORSE_VERSION
+++ b/GITLAB_WORKHORSE_VERSION
@@ -1 +1 @@
-0.7.3
+0.7.4
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 108ceb593d0..1318b3d1fa5 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -394,7 +394,7 @@ GitLab Shell is an SSH access and repository management software developed speci
cd /home/git
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
cd gitlab-workhorse
- sudo -u git -H git checkout v0.7.3
+ sudo -u git -H git checkout v0.7.4
sudo -u git -H make
### Initialize Database and Activate Advanced Features