bump version to reate new tables

This commit is contained in:
Jakob Sack 2012-08-11 17:32:17 +02:00
parent bf7afa28d5
commit 1d7e3071e0
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class OC_Util {
* @return array
*/
public static function getVersion(){
return array(4,81,2);
return array(4,81,3);
}
/**