aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-08-19 22:36:19 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-08-19 22:36:19 -0400
commitcb0464ca4e13a6bf206e94972eba12c3cedd4e2a (patch)
tree7cf421e22ebc74adb69dcee742d7159fcac887bc /lib
parent82d81e8d39ce69211ec6b29fe3f803c57714b8dd (diff)
downloadnextcloud-server-cb0464ca4e13a6bf206e94972eba12c3cedd4e2a.tar.gz
nextcloud-server-cb0464ca4e13a6bf206e94972eba12c3cedd4e2a.zip
Bump version number for Share API
Diffstat (limited to 'lib')
-rwxr-xr-xlib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 0ef030e4401..41bd375dbf9 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -66,7 +66,7 @@ class OC_Util {
* @return array
*/
public static function getVersion(){
- return array(4,81,3);
+ return array(4,81,4);
}
/**