From eed41d30ec68a8c2303e54afbd1db7de0e15710a Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 13 May 2017 23:17:23 +0200 Subject: [PATCH] Update const.py --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 08623b146..53b19b7e9 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.25' +HASSIO_VERSION = '0.26' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')