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

Bump version to 218

This commit is contained in:
Pascal Vizeli
2020-04-12 12:00:53 +02:00
committed by GitHub
parent 72b7d2a123
commit 71867302a4

View File

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