From 408d6eafcc6751052d02455da2f3a6ce161fab76 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 21 Jun 2018 12:21:59 +0200 Subject: [PATCH] Bump version to 109 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 8958c8274..fc1751ffe 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = '108' +HASSIO_VERSION = '109' URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons" URL_HASSIO_VERSION = \