diff options
author | Matt Lee <mattl@gitlab.com> | 2016-12-09 21:21:29 +0000 |
---|---|---|
committer | Matt Lee <mattl@gitlab.com> | 2016-12-12 19:11:57 +0000 |
commit | 98d42e9f85b0636632b77a67d1a20d64eb6ed22a (patch) | |
tree | 9d932248088fe456c99d28d74c75e7ed34bb2ee6 | |
parent | b544ec8670f8a14d205fa0b13e8ca37fad795686 (diff) | |
download | gitlab-ce-98d42e9f85b0636632b77a67d1a20d64eb6ed22a.tar.gz |
8.14 requires GitLab shell 4.0.3
-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 |