From bc0835963d1468c62121632a6a11300c4605801f Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 28 May 2018 21:28:19 +0200 Subject: [PATCH] Bump version to 104 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 2f86ebfb9..d2985e48b 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = '103.3' +HASSIO_VERSION = '104' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/{}/version.json')