From 64fe1901199fa80ce65166a53cfa5dbca1225fd0 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 11 Sep 2019 18:29:24 +0200 Subject: [PATCH] Bump version 187 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index ad608f0da..ece99c808 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = "186" +HASSIO_VERSION = "187" URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"