Update const.py

This commit is contained in:
Pascal Vizeli 2017-05-13 23:17:23 +02:00 committed by GitHub
parent 0b0fd6b910
commit eed41d30ec

View File

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