From 75d24ba5347d73b7c9ec8f8dce0f1b702e23a7f0 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 30 Jun 2018 22:03:21 +0200 Subject: [PATCH] Bump version to 111 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 5e1925c2a..e85167484 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = '110' +HASSIO_VERSION = '111' URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons" URL_HASSIO_VERSION = \