diff --git a/lib/util.php b/lib/util.php
index 884122bbf96d7b15c6876e4d8f5009dd3dc6ee4b..b7ceee91b56d14701c671ae62ee5e2d702eea69e 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -83,7 +83,7 @@ class OC_Util {
 	 * @return array
 	 */
 	public static function getVersion(){
-		return array(4,00,5);
+		return array(4,00,6);
 	}
 
 	/**
@@ -91,7 +91,7 @@ class OC_Util {
 	 * @return string
 	 */
 	public static function getVersionString(){
-		return '4.0.5';
+		return '4.0.6';
 	}
 
         /**