From 9998f9720f8aa96b2cfcb0a5d663857f65aaf041 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 7 May 2017 18:49:25 +0200 Subject: [PATCH] pump version --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 194b54913..e18751325 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.21' +HASSIO_VERSION = '0.22' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')