From: Frank Karlitschek Date: Tue, 31 Jul 2012 08:13:10 +0000 (+0200) Subject: 4.0.6 X-Git-Tag: v4.0.6^0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aa60771736b230d82d472a3443f262f7158842ad;p=nextcloud-server.git 4.0.6 --- diff --git a/lib/util.php b/lib/util.php index 884122bbf96..b7ceee91b56 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'; } /**