summaryrefslogtreecommitdiff
path: root/doc/update/8.11-to-8.12.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/update/8.11-to-8.12.md')
-rw-r--r--doc/update/8.11-to-8.12.md2
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 0615729263f..011c2b0e969 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.8.0
+sudo -u git -H git checkout v0.8.1
sudo -u git -H make
```