summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-08-09 13:55:36 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-08-09 13:55:36 -0400
commitbe03ee29f0845c6e1146cad7f274951db4188566 (patch)
treec7383912cec2ebb089e3f4656c39cbb17c1e2f0c
parent3b13051f7a9fc0ece4bde6aa55d7df4c10140757 (diff)
downloadnextcloud-server-be03ee29f0845c6e1146cad7f274951db4188566.tar.gz
nextcloud-server-be03ee29f0845c6e1146cad7f274951db4188566.zip
Bump up version number
-rwxr-xr-xlib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 4c5d416f9f2..5dd11640494 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,2);
+ return array(4,81,3);
}
/**