From ec301eb3a1167630ba117ff6bf8660061691a89a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 23 Mar 2023 20:42:06 +0100 Subject: [PATCH] Hide healthcheck logs https://github.com/alexbelgium/hassio-addons/issues/768 --- nextcloud/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/config.json b/nextcloud/config.json index 53b07aacb..a963b48cb 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -105,6 +105,6 @@ "slug": "nextcloud_ocr", "uart": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "25.0.4-12", + "version": "26.0", "webui": "https://[HOST]:[PORT:443]" }