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

Pump version to 0.23

This commit is contained in:
Pascal Vizeli
2017-05-08 13:00:57 +02:00
committed by GitHub
parent 0dbe1ecc2a
commit dffbcc2c7e

View File

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