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