From a6e712c9eaa19ba0ec6ab7cfc74b271ca3cc3000 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 30 Mar 2019 23:37:11 +0100 Subject: [PATCH] Bump version 153 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 060730837..6c781fcfd 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = "152" +HASSIO_VERSION = "153" URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons" URL_HASSIO_VERSION = "https://s3.amazonaws.com/hassio-version/{channel}.json"