From 311abb8a90ac08bdfc2f1e656df0f1895d43501e Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 2 Feb 2019 11:48:29 +0100 Subject: [PATCH] Bump version 144 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index b30db122a..5fc2c7056 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = "143" +HASSIO_VERSION = "144" URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons" URL_HASSIO_VERSION = "https://s3.amazonaws.com/hassio-version/{channel}.json"