From: Robin Appelman Date: Sun, 31 Oct 2010 00:44:19 +0000 (+0200) Subject: set version number to 1.1 X-Git-Tag: v1.1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Ftags%2Fv1.1;p=nextcloud-server.git set version number to 1.1 --- diff --git a/inc/lib_base.php b/inc/lib_base.php index 3afbafc903f..65664ae8614 100644 --- a/inc/lib_base.php +++ b/inc/lib_base.php @@ -172,7 +172,7 @@ class OC_UTIL { * @return array */ public static function getVersion(){ - return array(1,0,60); + return array(1,1,0); } /**