Commit b56f85c04fb16a5dd1801135f6a6fc099d6317ff

Authored by Dmitriy Zaporozhets
2 parents 232e6b40 2ae5c8ab

Merge pull request #5702 from Wachiwi/patch-1

Corrected Typo
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
doc/install/installation.md
... ... @@ -180,10 +180,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install
180 180 cd /home/git/gitlab
181 181  
182 182 # Checkout to stable release
183   - sudo -u git -H git checkout 6-2-stable
  183 + sudo -u git -H git checkout 6-3-stable
184 184  
185 185 **Note:**
186   -You can change `6-2-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
  186 +You can change `6-3-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
187 187  
188 188 ## Configure it
189 189  
... ...