From 68390469df06029bfe6be72e9a61eb9ffe9c1b96 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 31 Jul 2017 11:51:34 +0200 Subject: [PATCH] Pump hass.io version to 0.51 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 05e9bb069..ecbca9d19 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.50' +HASSIO_VERSION = '0.51' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')