Commit 68fa988219d1ae3933bae5288f59e7f9f86f9a97

Authored by Dmitriy Zaporozhets
1 parent ee43e924

done with 4.1. Version to 4.2.0pre :)

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
1 -4.1.0rc1 1 +4.2.0pre
doc/install/installation.md
@@ -190,10 +190,10 @@ See `doc/install/databases.md` @@ -190,10 +190,10 @@ See `doc/install/databases.md`
190 cd /home/gitlab/gitlab 190 cd /home/gitlab/gitlab
191 191
192 # Checkout to stable release 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 **Note:** 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 do so with caution! 197 do so with caution!
198 198
199 ## Configure it 199 ## Configure it