From 0393db19e64ad96c357bfaa2923290d573ae4da1 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 27 Apr 2017 09:33:58 +0200 Subject: [PATCH] Pump version to 0.18 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 2549b9c85..10cdf7878 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,5 +1,5 @@ """Const file for HassIO.""" -HASSIO_VERSION = '0.17' +HASSIO_VERSION = '0.18' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')