Pump hass.io version to 0.58

This commit is contained in:
Pascal Vizeli 2017-08-22 16:29:10 +02:00 committed by GitHub
parent b03a2c5c5f
commit 1c915ef4cd

View File

@ -1,7 +1,7 @@
"""Const file for HassIO.""" """Const file for HassIO."""
from pathlib import Path from pathlib import Path
HASSIO_VERSION = '0.57' HASSIO_VERSION = '0.58'
URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/'
'hassio/{}/version.json') 'hassio/{}/version.json')