From: Frank Karlitschek Date: Sun, 2 Oct 2011 16:15:01 +0000 (+0200) Subject: bump version number X-Git-Tag: v3.0~101^2~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0eddc5cae209d8e09bc9573c889982e2f88d1f04;p=nextcloud-server.git bump version number --- diff --git a/lib/util.php b/lib/util.php index f21ec8208b4..5d03c56f18e 100644 --- a/lib/util.php +++ b/lib/util.php @@ -90,7 +90,7 @@ class OC_Util { * @return array */ public static function getVersion(){ - return array(1,91,0); + return array(1,92,0); } /** @@ -98,7 +98,7 @@ class OC_Util { * @return string */ public static function getVersionString(){ - return '2 beta 2'; + return '2 beta 3'; } /**