Commit 19438af8d1b67c3cd0a2989aa7b9ff167c4598aa
1 parent
1b491c36
Exists in
spb-stable
and in
3 other branches
Update installation guide with new shell version.
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,7 +128,7 @@ GitLab Shell is an ssh access and repository management software developed speci | ||
128 | cd /home/git | 128 | cd /home/git |
129 | 129 | ||
130 | # Clone gitlab shell | 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 | cd gitlab-shell | 133 | cd gitlab-shell |
134 | 134 |