diff --git a/hassio/const.py b/hassio/const.py index 2f33d1f1d..131a64d30 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,5 +1,5 @@ """Const file for HassIO.""" -HASSIO_VERSION = '0.5' +HASSIO_VERSION = '0.6' URL_HASSIO_VERSION = \ 'https://raw.githubusercontent.com/pvizeli/hassio/master/version.json'