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

Bump version to 214

This commit is contained in:
Pascal Vizeli
2020-03-29 14:35:55 +02:00
committed by GitHub
parent 58155c35f9
commit b6ec7a9e64

View File

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