diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-02-17 14:20:49 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-02-17 14:20:49 +0100 |
commit | 3d9f8ab3b5cf62b426b1c84f30bf41941a3b0fe3 (patch) | |
tree | 6d11a9f95ff48d8ffc43c8d309767fba87c8ce16 | |
parent | a0ccb0731b3598533051067ab24fb007b1d6e44f (diff) | |
download | gitlab-ce-3d9f8ab3b5cf62b426b1c84f30bf41941a3b0fe3.tar.gz |
Use gitlab-workhorse 0.6.5
-rw-r--r-- | GITLAB_WORKHORSE_VERSION | 2 | ||||
-rw-r--r-- | doc/install/installation.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/GITLAB_WORKHORSE_VERSION b/GITLAB_WORKHORSE_VERSION index d2b13eb644d..ef5e4454454 100644 --- a/GITLAB_WORKHORSE_VERSION +++ b/GITLAB_WORKHORSE_VERSION @@ -1 +1 @@ -0.6.4 +0.6.5 diff --git a/doc/install/installation.md b/doc/install/installation.md index 7ae73450afb..7f16e6ff5c4 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -353,7 +353,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 0.6.4 + sudo -u git -H git checkout 0.6.5 sudo -u git -H make ### Initialize Database and Activate Advanced Features |