Commit d7f551bd3a947ad7f15445a61191f010aca2ef92
Exists in
master
and in
4 other branches
Merge pull request #4612 from axilleas/bump-gitlab-shell-version_master
Bump version of gitlab-shell to 1.7.0
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -119,7 +119,7 @@ GitLab Shell is a ssh access and repository management software developed specia |
119 | 119 | cd gitlab-shell |
120 | 120 | |
121 | 121 | # switch to right version |
122 | - sudo -u git -H git checkout v1.4.0 | |
122 | + sudo -u git -H git checkout v1.7.0 | |
123 | 123 | |
124 | 124 | sudo -u git -H cp config.yml.example config.yml |
125 | 125 | ... | ... |