diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2016-05-27 13:06:02 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2016-05-27 13:06:02 +0200 |
commit | 1adaeb7d6771122702c45e33e03767389a3348c9 (patch) | |
tree | cafd152aa298009c90c5572bae60603c51ef8862 /doc/install | |
parent | 61072a02444092040fcabdc582f029670ccd4ae2 (diff) | |
download | gitlab-ce-1adaeb7d6771122702c45e33e03767389a3348c9.tar.gz |
Use gitlab-workhorse 0.7.4
This enables
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4278 .
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |