update to nextcloud 11

This commit is contained in:
Sebastian Hugentobler 2017-01-30 13:42:04 +01:00
parent bc1f71fdf6
commit 9b3d955ae0

View File

@ -53,5 +53,5 @@ $CONFIG = array(
'assetdirectory' => '/var/lib/nextcloud',
'mount_file' => '/var/lib/nextcloud/data/mount.json',
'installed' => true,
'version' => '11.0.1',
'version' => '11.0.1.2',
);