From 22f59712df94e42313a9375ac49a6a76f9dd8f7d Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 23 Jul 2018 13:01:51 +0200 Subject: [PATCH] Bump version 119 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 4d34d1fc9..a26515d79 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = '118' +HASSIO_VERSION = '119' URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons" URL_HASSIO_VERSION = \