diff --git a/doc/install/installation.md b/doc/install/installation.md index a63b7d725bb..134ec3c1ecc 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -149,7 +149,7 @@ GitLab Shell is an ssh access and repository management software developed speci cd gitlab-shell # switch to right version - sudo -u git -H git checkout v1.7.1 + sudo -u git -H git checkout v1.7.4 sudo -u git -H cp config.yml.example config.yml diff --git a/doc/update/6.0-to-6.1.md b/doc/update/6.0-to-6.1.md index c3851a10df0..67770bd93d6 100644 --- a/doc/update/6.0-to-6.1.md +++ b/doc/update/6.0-to-6.1.md @@ -36,7 +36,7 @@ sudo -u git -H git checkout 6-1-stable ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch -sudo -u git -H git checkout v1.7.1 +sudo -u git -H git checkout v1.7.4 ``` ### 4. Install libs, migrations, etc. diff --git a/doc/update/6.0-to-6.2.md b/doc/update/6.0-to-6.2.md index 8d013ed74b8..656bcaffdd7 100644 --- a/doc/update/6.0-to-6.2.md +++ b/doc/update/6.0-to-6.2.md @@ -44,7 +44,7 @@ sudo apt-get install logrotate ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch -sudo -u git -H git checkout v1.7.3 +sudo -u git -H git checkout v1.7.4 ``` ### 5. Install libs, migrations, etc.