From 9b3d955ae07ca281abb81dcb90dd2e79c7b91a0a Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 30 Jan 2017 13:42:04 +0100 Subject: [PATCH] update to nextcloud 11 --- rootfs/etc/confd/templates/config.php.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/confd/templates/config.php.tmpl b/rootfs/etc/confd/templates/config.php.tmpl index 084cb9b..2218c54 100644 --- a/rootfs/etc/confd/templates/config.php.tmpl +++ b/rootfs/etc/confd/templates/config.php.tmpl @@ -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', );