diff options
author | Tobias Genberg <tobias.genberg@schibsted.se> | 2016-10-19 05:52:07 +0000 |
---|---|---|
committer | Tobias Genberg <tobias.genberg@schibsted.se> | 2016-10-19 05:52:07 +0000 |
commit | a871032f4a5353d118e0f0dbd7373cfdefb89f57 (patch) | |
tree | d71b2690e2058d1128d58dbac9f8520559bc19f0 /doc | |
parent | f64e36c44832db125beab5923c0177ff69ccedba (diff) | |
download | gitlab-ce-a871032f4a5353d118e0f0dbd7373cfdefb89f57.tar.gz |
Changing gitlab-shell version to 3.6.6 instead of 3.6.3, later on the upgrade process it will complain about running 3.6.3 instead of 3.6.6.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/update/8.12-to-8.13.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.12-to-8.13.md b/doc/update/8.12-to-8.13.md index 8940d14559b..c0084d9d59c 100644 --- a/doc/update/8.12-to-8.13.md +++ b/doc/update/8.12-to-8.13.md @@ -72,7 +72,7 @@ sudo -u git -H git checkout 8-13-stable-ee ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch --all --tags -sudo -u git -H git checkout v3.6.3 +sudo -u git -H git checkout v3.6.6 ``` ### 6. Update gitlab-workhorse |