diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-04-22 12:23:57 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-04-22 12:23:57 +0200 |
commit | 19438af8d1b67c3cd0a2989aa7b9ff167c4598aa (patch) | |
tree | 22ed2f91ef621bfb60b34bb809a5a25ba5eb1ce8 /doc | |
parent | 1b491c364d07a6764575fa11430f7c7d1ec6ecd1 (diff) | |
download | gitlab-ce-19438af8d1b67c3cd0a2989aa7b9ff167c4598aa.tar.gz |
Update installation guide with new shell version.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index fb3faa536f0..579656eda2f 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -128,7 +128,7 @@ GitLab Shell is an ssh access and repository management software developed speci cd /home/git # Clone gitlab shell - sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-shell.git -b v1.9.1 + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-shell.git -b v1.9.3 cd gitlab-shell |