diff --git a/GITLAB_PAGES_VERSION b/GITLAB_PAGES_VERSION
index 0ea3a944b399d25f7e1b8fe684d754eb8da9fe7f..0c62199f16ac1e2d7f7ae75b420c1231325dff4e 100644
--- a/GITLAB_PAGES_VERSION
+++ b/GITLAB_PAGES_VERSION
@@ -1 +1 @@
-0.2.0
+0.2.1
diff --git a/doc/pages/administration.md b/doc/pages/administration.md
index d0fdbeafa5b96a72a5c62f150361adc0306679dd..68b9003a420b991518cae361110c38a600974cac 100644
--- a/doc/pages/administration.md
+++ b/doc/pages/administration.md
@@ -97,7 +97,7 @@ installing the pages daemon.
 cd /home/git
 sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-pages.git
 cd gitlab-pages
-sudo -u git -H git checkout v0.2.0
+sudo -u git -H git checkout v0.2.1
 sudo -u git -H make
 ```
 
@@ -505,7 +505,7 @@ latest previous version.
 - Documentation was moved to one place
 
 [8-5-docs]: https://gitlab.com/gitlab-org/gitlab-ee/blob/8-5-stable-ee/doc/pages/administration.md
-[gitlab-pages]: https://gitlab.com/gitlab-org/gitlab-pages/tree/v0.2.0
+[gitlab-pages]: https://gitlab.com/gitlab-org/gitlab-pages/tree/v0.2.1
 [NGINX configs]: https://gitlab.com/gitlab-org/gitlab-ee/tree/8-5-stable-ee/lib/support/nginx
 
 ---