1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-05-22 15:48:51 +01:00

Bump version to 212

This commit is contained in:
Pascal Vizeli
2020-03-27 22:27:52 +01:00
committed by GitHub
parent 776e6bb418
commit dfdd0d6b4b
+1 -1
View File
@@ -3,7 +3,7 @@ from enum import Enum
from ipaddress import ip_network
from pathlib import Path
SUPERVISOR_VERSION = "211"
SUPERVISOR_VERSION = "212"
URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"