diff options
author | Valery Sizov <valery@gitlab.com> | 2016-12-14 20:19:43 +0200 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2016-12-14 20:19:43 +0200 |
commit | 076cdd204459496d7cdd14b86838c2c2c7875cd4 (patch) | |
tree | 055cd9ab371205963df595f87ec201e75d4877f3 /doc | |
parent | c756e62b08f0a639f5550d17339b2938c9c9e096 (diff) | |
parent | 6910bf29b6a93aaf65ae5fa3261da6df2d03ec44 (diff) | |
download | gitlab-ce-076cdd204459496d7cdd14b86838c2c2c7875cd4.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into bitbucket-oauth2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/update/8.13-to-8.14.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.13-to-8.14.md b/doc/update/8.13-to-8.14.md index a0e895773ce..c64d3407461 100644 --- a/doc/update/8.13-to-8.14.md +++ b/doc/update/8.13-to-8.14.md @@ -72,7 +72,7 @@ sudo -u git -H git checkout 8-14-stable-ee ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch --all --tags -sudo -u git -H git checkout v4.0.0 +sudo -u git -H git checkout v4.0.3 ``` ### 6. Update gitlab-workhorse |