diff options
author | Rémy Coutable <remy@rymai.me> | 2016-07-21 09:50:53 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-07-21 09:50:53 +0200 |
commit | 587d404ad8aeec8c9ffdcddb37d39a738734d7f1 (patch) | |
tree | 0deefb15cafb78c382be617eb91f5302ad333623 /doc/update | |
parent | 8ed97054835a28ead703c32d9c2ab79a15412c88 (diff) | |
download | gitlab-ce-587d404ad8aeec8c9ffdcddb37d39a738734d7f1.tar.gz |
Update gitlab-workhorse version to 0.7.8 in installation and update guides
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/8.9-to-8.10.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.9-to-8.10.md b/doc/update/8.9-to-8.10.md index 84065a84e50..71cbe5c8ac6 100644 --- a/doc/update/8.9-to-8.10.md +++ b/doc/update/8.9-to-8.10.md @@ -58,7 +58,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.7 +sudo -u git -H git checkout v0.7.8 sudo -u git -H make ``` |