diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2016-05-23 16:36:00 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2016-05-23 16:36:00 +0200 |
commit | 3fa32fa2d5c2674bea0768fd4e70132c71e19051 (patch) | |
tree | 871102b7e5ea41645063fb07e1a8f3a42df6f514 /doc/install | |
parent | 53ad33e4ba1b079e4f2aebceb42a7301c5ce2e4a (diff) | |
download | gitlab-ce-3fa32fa2d5c2674bea0768fd4e70132c71e19051.tar.gz |
Use gitlab-workhorse 0.7.3
Diffstat (limited to 'doc/install')
-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 fa11eb9ba6a..526f127178d 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -394,7 +394,7 @@ GitLab Shell is an SSH access and repository management software developed speci cd /home/git sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git cd gitlab-workhorse - sudo -u git -H git checkout v0.7.1 + sudo -u git -H git checkout v0.7.3 sudo -u git -H make ### Initialize Database and Activate Advanced Features |