diff --git a/docs/installation_instructions.rst b/docs/installation_instructions.rst
index 2ac616d33dafef3f9da866361cb16128a8acb7db..7182221012414922bdc34e8d753de2376470be0d 100644
--- a/docs/installation_instructions.rst
+++ b/docs/installation_instructions.rst
@@ -66,11 +66,11 @@ Getting the installation script
 -------------------------------
 
 On your **provisioning machine**, clone the OpenAppStack git repository
-and checkout the latest tagged version (currently ``0.3.1``):
+and checkout the latest tagged version (currently ``0.4.0``):
 
 ::
 
-    $ git clone -b 0.3.1 https://open.greenhost.net/openappstack/openappstack.git
+    $ git clone -b 0.4.0 https://open.greenhost.net/openappstack/openappstack.git
     $ cd openappstack
 
 .. note::