set version number to 1.1

This commit is contained in:
Robin Appelman 2010-10-31 02:44:19 +02:00
parent d565b50ca6
commit ad8d6c4260
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class OC_UTIL {
* @return array
*/
public static function getVersion(){
return array(1,0,60);
return array(1,1,0);
}
/**