Bump version to trigger db update.

This commit is contained in:
Thomas Tanghus 2012-06-09 16:04:47 +02:00
parent ba1dec64c1
commit b16136642b
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class OC_Util {
* @return array
*/
public static function getVersion(){
return array(4,80,0);
return array(4,80,1);
}
/**