diff --git a/hassio/const.py b/hassio/const.py index da9ac8e93..f63515f14 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.42' +HASSIO_VERSION = '0.43' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')