From 5d319b37ea3b02be556a7c2378ac00312b46712e Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 16 Aug 2018 23:38:57 +0200 Subject: [PATCH] Bump verison 127 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 1a28061f9..002805399 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = '126' +HASSIO_VERSION = '127' URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons" URL_HASSIO_VERSION = \