From dffbcc2c7ee03396d57fccb63d2affcae70efb99 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 8 May 2017 13:00:57 +0200 Subject: [PATCH] Pump version to 0.23 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index e18751325..77ff63a0a 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.22' +HASSIO_VERSION = '0.23' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')