From 60ba2db561152bb44c00d575cdf8d6a29a350b7f Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 3 Jul 2018 20:44:06 +0200 Subject: [PATCH] Bump version to 112 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index e85167484..6500d8979 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = '111' +HASSIO_VERSION = '112' URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons" URL_HASSIO_VERSION = \