From 2e0c540c630a802291f44faca98a4edb8af2a7dd Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 12 May 2017 08:53:20 +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 d7df6ffc4..bda21316d 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.24' +HASSIO_VERSION = '0.25' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')