diff --git a/hassio/const.py b/hassio/const.py index cc509649d..ad2f812fe 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,5 +1,5 @@ """Const file for HassIO.""" -HASSIO_VERSION = '0.18' +HASSIO_VERSION = '0.19' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')