bumb version number for upcomming beta

This commit is contained in:
Robin Appelman 2011-07-28 21:58:55 +02:00
parent 5728f80116
commit 0ab6e03863
1 changed files with 1 additions and 1 deletions

View File

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