From 33095f87923ccf18d4cc6fb9d67bb6d1a385e03f Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 29 Jun 2018 22:23:00 +0200 Subject: [PATCH] Bump version to 110 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 6f482e748..c74b38c8c 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = '109' +HASSIO_VERSION = '110' URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons" URL_HASSIO_VERSION = \