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

Bump version to 228

This commit is contained in:
Pascal Vizeli
2020-06-04 14:05:43 +02:00
committed by GitHub
parent 10e8fcf3b9
commit a908828bf4

View File

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