From b5701c587875a9d4819881b4e254da062933ad4e Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 23 Jul 2017 00:07:41 +0200 Subject: [PATCH] Pump dev version to 0.47 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 5cf063dbe..047659a7d 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.46' +HASSIO_VERSION = '0.47' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')