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
diff options
context:
space:
mode:
Diffstat (limited to 'doc/update/upgrader.md')
-rw-r--r--doc/update/upgrader.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/upgrader.md b/doc/update/upgrader.md
index e8379fcc318..9943e9205db 100644
--- a/doc/update/upgrader.md
+++ b/doc/update/upgrader.md
@@ -47,12 +47,12 @@ If all items are green, then congratulations upgrade is complete!
If the `gitlab:check` task reports an outdated version of `gitlab-shell` you should upgrade it.
-Upgrade it by running the commands below after replacing 1.9.4 with the correct version number:
+Upgrade it by running the commands below after replacing 2.0.0 with the correct version number:
```
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v1.9.4
+sudo -u git -H git checkout v2.0.0
```
## One line upgrade command