From 46f2bf16a8022f0d873493edf8d4f932d901b6e1 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 8 Jun 2018 21:51:08 +0200 Subject: [PATCH] Bump version to 106 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 3498b28d5..7fe873cf8 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = '105' +HASSIO_VERSION = '106' URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons" URL_HASSIO_VERSION = \