Bump version to 203

This commit is contained in:
Pascal Vizeli 2020-02-28 10:57:05 +01:00 committed by GitHub
parent c36a6dcd65
commit ae6f8bd345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ from enum import Enum
from ipaddress import ip_network
from pathlib import Path
SUPERVISOR_VERSION = "203"
SUPERVISOR_VERSION = "204"
URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"