From 5497ed885a8ec3d71db0dd095f24f612850f2dd3 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 17 Feb 2020 11:38:08 +0100 Subject: [PATCH] Bump version to 202 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index f840b61d5..29d135840 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -3,7 +3,7 @@ from enum import Enum from ipaddress import ip_network from pathlib import Path -HASSIO_VERSION = "201" +HASSIO_VERSION = "202" URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"