docs: make sure to update 8.10-to-8.11 workhorse version too (see !5983)

This commit is contained in:
Bjørn Øivind Bjørnsen 2016-08-26 07:24:13 +00:00
parent 1bf2fe276f
commit c40fd0b1c2
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ GitLab 8.1.
```bash
cd /home/git/gitlab-workhorse
sudo -u git -H git fetch --all
sudo -u git -H git checkout v0.7.8
sudo -u git -H git checkout v0.7.11
sudo -u git -H make
```