diff --git a/hassio/const.py b/hassio/const.py index 5f575433a..d0461cdd0 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.57' +HASSIO_VERSION = '0.58' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/{}/version.json')