From 240a6b401c67d56d3f7ff3bfcf4f931b3b1a4f8f Mon Sep 17 00:00:00 2001 From: MapoDan <42698485+MapoDan@users.noreply.github.com> Date: Sat, 20 Mar 2021 09:09:13 +0100 Subject: [PATCH] Update const.py --- custom_components/file_restore/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/file_restore/const.py b/custom_components/file_restore/const.py index a63392f..cb88d05 100644 --- a/custom_components/file_restore/const.py +++ b/custom_components/file_restore/const.py @@ -1,6 +1,6 @@ """ Useful constant for file_restore integration """ #Generic -VERSION = "4.0" +VERSION = "4.1" DOMAIN = "file_restore" PLATFORM = "sensor" ISSUE_URL = "https://github.com/custom-components/sensor.file_restore/issues"