Bump version number for Share API

This commit is contained in:
Michael Gapczynski 2012-08-19 22:36:19 -04:00
parent 82d81e8d39
commit cb0464ca4e
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,3);
return array(4,81,4);
}
/**