From 0cac0ce546c6adae3f3f6cfbbae7273e97783f26 Mon Sep 17 00:00:00 2001 From: fergusean <github@seanf.me> Date: Fri, 17 May 2013 22:18:06 -0300 Subject: [PATCH] Update installation.md to reflect GitLab Shell v1.3.0 requirement --- doc/install/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index c81a3af5c3a..eab3620c56a 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -101,7 +101,7 @@ GitLab Shell is a ssh access and repository management software developed specia cd gitlab-shell # switch to right version - git checkout v1.2.0 + git checkout v1.3.0 cp config.yml.example config.yml -- GitLab