summaryrefslogtreecommitdiff
path: root/doc/update/8.6-to-8.7.md
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-04-08 15:14:05 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2016-04-08 15:14:05 +0000
commitfb02c96747f32b822e831be45c38159c1ce2140a (patch)
tree512538d26339ca62bfcb09685ace650649a7d37c /doc/update/8.6-to-8.7.md
parent312a09e7aa8ad74481f52c632a976a2218fbf025 (diff)
parent94c135d3c81860b7581b31de08535c07cf006b68 (diff)
downloadgitlab-ce-fb02c96747f32b822e831be45c38159c1ce2140a.tar.gz
Merge branch 'gitlab-workhorse-0.7.2' into 'master'
Use gitlab-workhorse 0.7.2 See merge request !3570
Diffstat (limited to 'doc/update/8.6-to-8.7.md')
-rw-r--r--doc/update/8.6-to-8.7.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.6-to-8.7.md b/doc/update/8.6-to-8.7.md
index 8599133a726..57847d2d9fd 100644
--- a/doc/update/8.6-to-8.7.md
+++ b/doc/update/8.6-to-8.7.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.1
+sudo -u git -H git checkout v0.7.2
sudo -u git -H make
```