diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2016-10-06 14:12:31 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2016-10-06 14:12:31 +0200 |
commit | 858839383bed0023f11ad3fd9aceba8632bddb68 (patch) | |
tree | 09881a9a9cec565ef759052d9a3ad7a6cfba03d0 /doc/install | |
parent | 5bdd8c3e3e7b94dab6dfe80a279764c4d451ca75 (diff) | |
download | gitlab-ce-858839383bed0023f11ad3fd9aceba8632bddb68.tar.gz |
Use gitlab-workhorse 0.8.4
Fixes Go 1.5 compatibility.
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 68ed20ef5bf..378ab6857b8 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -400,7 +400,7 @@ If you are not using Linux you may have to run `gmake` instead of 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.8.2 + sudo -u git -H git checkout v0.8.4 sudo -u git -H make ### Initialize Database and Activate Advanced Features |