Commit 68fa988219d1ae3933bae5288f59e7f9f86f9a97
1 parent
ee43e924
Exists in
master
and in
4 other branches
done with 4.1. Version to 4.2.0pre :)
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
VERSION
doc/install/installation.md
... | ... | @@ -190,10 +190,10 @@ See `doc/install/databases.md` |
190 | 190 | cd /home/gitlab/gitlab |
191 | 191 | |
192 | 192 | # Checkout to stable release |
193 | - sudo -u gitlab -H git checkout 4-0-stable | |
193 | + sudo -u gitlab -H git checkout 4-1-stable | |
194 | 194 | |
195 | 195 | **Note:** |
196 | -You can change `4-0-stable` to `master` if you want the *bleeding edge* version, but | |
196 | +You can change `4-1-stable` to `master` if you want the *bleeding edge* version, but | |
197 | 197 | do so with caution! |
198 | 198 | |
199 | 199 | ## Configure it | ... | ... |