diff options
Diffstat (limited to 'doc/update/8.11-to-8.12.md')
-rw-r--r-- | doc/update/8.11-to-8.12.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.11-to-8.12.md b/doc/update/8.11-to-8.12.md index c8ca42f97bc..0615729263f 100644 --- a/doc/update/8.11-to-8.12.md +++ b/doc/update/8.11-to-8.12.md @@ -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.11 +sudo -u git -H git checkout v0.8.0 sudo -u git -H make ``` |