diff --git a/lib/util.php b/lib/util.php index 884122bbf9..b7ceee91b5 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'; } /**