diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-09-12 01:01:45 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-09-12 01:01:45 -0400 |
commit | b194ac3ddeeab6ce923a313725b3ce85fe849baa (patch) | |
tree | 028c4166dfbc98e3f911eb70257d8ef985611d4c /lib/util.php | |
parent | 6c29334b4888309e7b60cbdf4defdac1c47195bf (diff) | |
download | nextcloud-server-b194ac3ddeeab6ce923a313725b3ce85fe849baa.tar.gz nextcloud-server-b194ac3ddeeab6ce923a313725b3ce85fe849baa.zip |
Add expiration column to share table and bump version number
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 3b2f476ada2..01f53cb2f38 100755 --- a/lib/util.php +++ b/lib/util.php @@ -75,7 +75,7 @@ class OC_Util { * @return array */ public static function getVersion(){ - return array(4,82,4); + return array(4,82,5); } /** |