Bump version 224

This commit is contained in:
Pascal Vizeli 2020-05-21 12:09:15 +02:00 committed by GitHub
parent 37c393f857
commit 5e5fd3a79b
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 = "223"
SUPERVISOR_VERSION = "224"
URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"