diff --git a/doc/install/installation.md b/doc/install/installation.md
index c39a83dea1992402c73209e1709341b6cb8c087c..af6e182cfa0651b2dd39e4d8ec075c6c56d0d147 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -258,7 +258,7 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da
 GitLab Shell is an SSH access and repository management software developed specially for GitLab.
 
     # Run the installation task for gitlab-shell (replace `REDIS_URL` if needed):
-    sudo -u git -H bundle exec rake gitlab:shell:install[v2.0.0] REDIS_URL=unix:/var/run/redis/redis.sock RAILS_ENV=production
+    sudo -u git -H bundle exec rake gitlab:shell:install[v2.0.1] REDIS_URL=unix:/var/run/redis/redis.sock RAILS_ENV=production
 
     # By default, the gitlab-shell config is generated from your main GitLab config.
     # You can review (and modify) the gitlab-shell config as follows:
diff --git a/doc/update/6.x-or-7.x-to-7.3.md b/doc/update/6.x-or-7.x-to-7.3.md
index 5799850e4da856730b379dadca4fd2e62cc8a858..a0e21950c788b611d32a669df4903481cf5f5b51 100644
--- a/doc/update/6.x-or-7.x-to-7.3.md
+++ b/doc/update/6.x-or-7.x-to-7.3.md
@@ -116,7 +116,7 @@ sudo apt-get install pkg-config cmake
 ```bash
 cd /home/git/gitlab-shell
 sudo -u git -H git fetch
-sudo -u git -H git checkout v2.0.0
+sudo -u git -H git checkout v2.0.1
 ```
 
 ## 7. Install libs, migrations, etc.
diff --git a/doc/update/7.2-to-7.3.md b/doc/update/7.2-to-7.3.md
index 48f515ad4674d9d017d3d462047c14578d91be28..d85e3ea100678752ee1a8bdd388540a877f64a93 100644
--- a/doc/update/7.2-to-7.3.md
+++ b/doc/update/7.2-to-7.3.md
@@ -39,7 +39,7 @@ sudo -u git -H git checkout 7-3-stable-ee
 ```bash
 cd /home/git/gitlab-shell
 sudo -u git -H git fetch
-sudo -u git -H git checkout v2.0.0
+sudo -u git -H git checkout v2.0.1
 ```
 
 ### 4. Install libs, migrations, etc.
diff --git a/doc/update/upgrader.md b/doc/update/upgrader.md
index 9943e9205db7da5d96473cca3fa4a055d86c2d69..cf59b0e461c5e455a7cc4d9f2014ad67c8a6bffb 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 2.0.0 with the correct version number:
+Upgrade it by running the commands below after replacing 2.0.1 with the correct version number:
 
 ```
 cd /home/git/gitlab-shell
 sudo -u git -H git fetch
-sudo -u git -H git checkout v2.0.0
+sudo -u git -H git checkout v2.0.1
 ```
 
 ## One line upgrade command