From 1c915ef4cd95ea6f2c0fd02e80ddb2da0945e688 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 22 Aug 2017 16:29:10 +0200 Subject: [PATCH] Pump hass.io version to 0.58 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 5f575433a..d0461cdd0 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.57' +HASSIO_VERSION = '0.58' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/{}/version.json')