Commit 07deb2254be9b673c57e4af8b86906b79c0382f7
Exists in
spb-stable
and in
3 other branches
Merge branch 'shell_version_install_doc' into 'master'
Update Shell version in the Install doc
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -128,7 +128,7 @@ GitLab Shell is an ssh access and repository management software developed speci |
128 | 128 | cd /home/git |
129 | 129 | |
130 | 130 | # Clone gitlab shell |
131 | - sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-shell.git -b v1.9.1 | |
131 | + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-shell.git -b v1.9.3 | |
132 | 132 | |
133 | 133 | cd gitlab-shell |
134 | 134 | ... | ... |