From 0a0209f81af118e1317a700b183edc1c94a363a2 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 12 Sep 2019 23:32:20 +0200 Subject: [PATCH] Bump version 188 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index ece99c808..8c1c42083 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = "187" +HASSIO_VERSION = "188" URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"