diff options
author | Jakob Sack <mail@jakobsack.de> | 2012-08-11 17:32:17 +0200 |
---|---|---|
committer | Jakob Sack <mail@jakobsack.de> | 2012-08-11 17:32:17 +0200 |
commit | 1d7e3071e02b27219ead8938e95bf121d319c3b0 (patch) | |
tree | dc1e05895db8297cfa5670da9cc49538fe9dde83 /lib/util.php | |
parent | bf7afa28d5f8321552352e7b07563251852645f5 (diff) | |
download | nextcloud-server-1d7e3071e02b27219ead8938e95bf121d319c3b0.tar.gz nextcloud-server-1d7e3071e02b27219ead8938e95bf121d319c3b0.zip |
bump version to reate new tables
Diffstat (limited to 'lib/util.php')
-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 732acbb9205..0ef030e4401 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); } /** |