update to nextcloud 11

This commit is contained in:
Sebastian Hugentobler 2017-01-30 13:21:49 +01:00
parent ebc2dde255
commit bc1f71fdf6
3 changed files with 9 additions and 74 deletions

View file

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