Pump hass.io version to 0.51

This commit is contained in:
Pascal Vizeli 2017-07-31 11:51:34 +02:00 committed by GitHub
parent 4c122a0630
commit 68390469df

View File

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