From 709b80b8648271b7f32dbf4e18e5485629e685a7 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 26 Apr 2017 22:42:54 +0200 Subject: [PATCH] Pump version 0.17 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 0c69e83f5..2549b9c85 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,5 +1,5 @@ """Const file for HassIO.""" -HASSIO_VERSION = '0.16' +HASSIO_VERSION = '0.17' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')