diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-04-21 00:04:58 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-04-21 00:04:58 +0200 |
commit | db0ea9780b3056a9161205588e55c4808648ec0a (patch) | |
tree | e41f5d76daef33555775da4cf2b7374cf93130c9 /lib/util.php | |
parent | 3aecfda0c052c1b7f7a4e3459f339a27298e32a7 (diff) | |
download | nextcloud-server-db0ea9780b3056a9161205588e55c4808648ec0a.tar.gz nextcloud-server-db0ea9780b3056a9161205588e55c4808648ec0a.zip |
Add database table for backgroundjob
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 38453c1ce92..b3fab5041f2 100755 --- a/lib/util.php +++ b/lib/util.php @@ -75,7 +75,7 @@ class OC_Util { public static function getVersion() { // hint: We only can count up. Reset minor/patchlevel when // updating major/minor version number. - return array(5, 80, 02); + return array(5, 80, 03); } /** |