diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-03-21 12:42:59 +0100 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-03-21 12:42:59 +0100 |
commit | 895c913247e0444374316ea46dec9304ce1efdf4 (patch) | |
tree | 697edd6911400fba8c4f2278e3f3572a867de5c4 /doc/update/6.6-to-6.7.md | |
parent | 6d9dccbec802d8d5956f31eda4af4f03fafd66b8 (diff) | |
download | gitlab-ce-895c913247e0444374316ea46dec9304ce1efdf4.tar.gz |
Use the latest tag, 1.9.1 for gitlab-shell.
Diffstat (limited to 'doc/update/6.6-to-6.7.md')
-rw-r--r-- | doc/update/6.6-to-6.7.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/6.6-to-6.7.md b/doc/update/6.6-to-6.7.md index f5b90c8ac5e..8a16e5d67be 100644 --- a/doc/update/6.6-to-6.7.md +++ b/doc/update/6.6-to-6.7.md @@ -37,7 +37,7 @@ sudo -u git -H git checkout 6-7-stable-ee ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch -sudo -u git -H git checkout v1.9.0 +sudo -u git -H git checkout v1.9.1 ``` ### 4. Install libs, migrations, etc. |