From 1e723cf0e3b72dd8c8002dcdd89a9b84f4ada819 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 7 Nov 2019 16:55:32 +0100 Subject: [PATCH] Bump version 194 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index b005d6ffd..badcf8b54 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = "193" +HASSIO_VERSION = "194" URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"