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

Bump version to 210

This commit is contained in:
Pascal Vizeli
2020-03-06 12:43:11 +01:00
committed by GitHub
parent 73e8875018
commit 98b969ef06

View File

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