From 96f47a4c3263519514d19b208f202a48da2c0919 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 16 Jun 2018 01:20:10 +0200 Subject: [PATCH] Bump version to 108 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index e85ef0585..023c0e1ad 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = '107' +HASSIO_VERSION = '108' URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons" URL_HASSIO_VERSION = \