From 5c90370ec8cc8bddd4560b65d7c2fe7e11a14ce2 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 15 Sep 2019 15:08:12 +0200 Subject: [PATCH] Bump version 189 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 8c1c42083..681eff5dd 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = "188" +HASSIO_VERSION = "189" URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"