From a30063e85c39223811999b44bac2f0e7c2cdf71c Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 30 Mar 2020 12:38:37 +0200 Subject: [PATCH] Bump version to 215 --- supervisor/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor/const.py b/supervisor/const.py index 25dbb785f..7a0c33732 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 = "214" +SUPERVISOR_VERSION = "215" URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"