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
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-21 18:36:55 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-21 18:36:55 +0400
commit68fa988219d1ae3933bae5288f59e7f9f86f9a97 (patch)
tree96062e48b0e486477cb2ce67efe9f007e5496142 /doc
parentee43e9248ce54761e8c8df17459d5aa5911ead89 (diff)
done with 4.1. Version to 4.2.0pre :)
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 27c87ec825f..0724bea9c3b 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -190,10 +190,10 @@ See `doc/install/databases.md`
cd /home/gitlab/gitlab
# Checkout to stable release
- sudo -u gitlab -H git checkout 4-0-stable
+ sudo -u gitlab -H git checkout 4-1-stable
**Note:**
-You can change `4-0-stable` to `master` if you want the *bleeding edge* version, but
+You can change `4-1-stable` to `master` if you want the *bleeding edge* version, but
do so with caution!
## Configure it