From df3e9e3a5e34beb4ef265b9652378f19cd9a12a5 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 23 Oct 2019 16:02:42 +0200 Subject: [PATCH] Bump version 192 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index fdedb7323..6a2887376 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = "191" +HASSIO_VERSION = "192" URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"