Bump version to 226

This commit is contained in:
Pascal Vizeli 2020-05-28 14:38:31 +02:00 committed by GitHub
parent 7bd6ff374a
commit 51feca05a5
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 = "225"
SUPERVISOR_VERSION = "226"
URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"