From 6bde527f5c3fa67b2c527e4e400cc87fd878a5c0 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 4 Mar 2020 19:09:20 +0100 Subject: [PATCH] Bump version to 209 --- supervisor/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor/const.py b/supervisor/const.py index 3f36e54ff..efb0d6810 100644 --- a/supervisor/const.py +++ b/supervisor/const.py @@ -3,7 +3,7 @@ from enum import Enum from ipaddress import ip_network from pathlib import Path -SUPERVISOR_VERSION = "208" +SUPERVISOR_VERSION = "209" URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"