1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

Pump version to 0.50

This commit is contained in:
Pascal Vizeli
2017-07-29 00:11:06 +02:00
committed by GitHub
parent 8fee52da5e
commit 857f346b35

View File

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