From a908828bf43b3a5bb0f61b63a588fa1cee816d8f Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 4 Jun 2020 14:05:43 +0200 Subject: [PATCH] Bump version to 228 --- supervisor/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor/const.py b/supervisor/const.py index 7a443d4f7..3da572f3c 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 = "227" +SUPERVISOR_VERSION = "228" URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"