diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-09 13:55:36 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-09 13:55:36 -0400 |
commit | be03ee29f0845c6e1146cad7f274951db4188566 (patch) | |
tree | c7383912cec2ebb089e3f4656c39cbb17c1e2f0c | |
parent | 3b13051f7a9fc0ece4bde6aa55d7df4c10140757 (diff) | |
download | nextcloud-server-be03ee29f0845c6e1146cad7f274951db4188566.tar.gz nextcloud-server-be03ee29f0845c6e1146cad7f274951db4188566.zip |
Bump up version number
-rwxr-xr-x | lib/util.php | 2 |
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); } /** |