From 71867302a4736e2ba70204356cab28b79231ea29 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 12 Apr 2020 12:00:53 +0200 Subject: [PATCH] Bump version to 218 --- supervisor/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor/const.py b/supervisor/const.py index ef7fca2d2..802f36ae8 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 = "217" +SUPERVISOR_VERSION = "218" URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"