diff options
-rw-r--r-- | doc/install/installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 8ab6ad68981..660d7fa2bc1 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -153,10 +153,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install cd /home/git/gitlab # Checkout to stable release - sudo -u git -H git checkout 6-0-stable + sudo -u git -H git checkout 6-1-stable **Note:** -You can change `6-0-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! +You can change `6-1-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! ## Configure it |