From 21a9084ca094e2a1523c7b48422bf1b790b45c1b Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 2 Sep 2019 14:39:56 +0200 Subject: [PATCH] Bump version 186 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index f581d6a24..e1bb8e9fd 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = "185" +HASSIO_VERSION = "186" URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"