Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-07-21 10:50:53 +0300
committerRémy Coutable <remy@rymai.me>2016-07-21 10:50:53 +0300
commit587d404ad8aeec8c9ffdcddb37d39a738734d7f1 (patch)
tree0deefb15cafb78c382be617eb91f5302ad333623 /doc/install
parent8ed97054835a28ead703c32d9c2ab79a15412c88 (diff)
Update gitlab-workhorse version to 0.7.8 in installation and update guides
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 19d083d580d..9bc0dbb5e2a 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -398,7 +398,7 @@ If you are not using Linux you may have to run `gmake` instead of
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.7
+ sudo -u git -H git checkout v0.7.8
sudo -u git -H make
### Initialize Database and Activate Advanced Features