From 39954e1b0945ca6453de43b4d3eda2b86526e15a Mon Sep 17 00:00:00 2001 From: Robert Cook Date: Sat, 4 Jun 2022 11:39:47 +1000 Subject: [PATCH] Bump version --- custom_components/irrigation_unlimited/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/irrigation_unlimited/const.py b/custom_components/irrigation_unlimited/const.py index e90f6bf..92dc69d 100644 --- a/custom_components/irrigation_unlimited/const.py +++ b/custom_components/irrigation_unlimited/const.py @@ -5,7 +5,7 @@ DOMAIN_DATA = f"{DOMAIN}_data" COORDINATOR = "coordinator" COMPONENT = "component" -VERSION = "2022.4.0" +VERSION = "2022.6.0" ATTRIBUTION = "Data provided by http://jsonplaceholder.typicode.com/" ISSUE_URL = "https://github.com/rgc99/irrigation_unlimited/issues"