diff options
author | Rémy Coutable <remy@rymai.me> | 2016-07-27 10:52:09 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-07-27 10:52:09 +0200 |
commit | 0fa020f1c2ed1cf3841141f35df3a8523301407a (patch) | |
tree | 1c73bda0f74e7d37d74714120b7f6ab32a8c7438 | |
parent | c675bdad95668b891aec51eac7afbeec72873891 (diff) | |
download | gitlab-ce-update-gitlab-shell-version-in-doc.tar.gz |
Update gitlab-shell version to 3.2.1 in the 8.9->8.10 update guideupdate-gitlab-shell-version-in-doc
This was missing from gitlab-org/gitlab-ce!5509.
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r-- | doc/update/8.9-to-8.10.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.9-to-8.10.md b/doc/update/8.9-to-8.10.md index 71cbe5c8ac6..a057a423e61 100644 --- a/doc/update/8.9-to-8.10.md +++ b/doc/update/8.9-to-8.10.md @@ -46,7 +46,7 @@ sudo -u git -H git checkout 8-10-stable-ee ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch --all --tags -sudo -u git -H git checkout v3.2.0 +sudo -u git -H git checkout v3.2.1 ``` ### 5. Update gitlab-workhorse |