From 5d7018f3f01a48c4a97381bac82df8e936c560b4 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 9 Aug 2018 01:05:21 +0200 Subject: [PATCH] Bump version 125 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index dc1969c07..376f2c99f 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = '124' +HASSIO_VERSION = '125' URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons" URL_HASSIO_VERSION = \