From 828b1c4f96074b2d5af1972b712e7723f99e1f2f Mon Sep 17 00:00:00 2001 From: MapoDan <42698485+MapoDan@users.noreply.github.com> Date: Fri, 12 Jun 2020 19:16:04 +0200 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 cc2f9ec..3875e3e 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 = "3.1" +VERSION = "3.2" DOMAIN = "file_restore" PLATFORM = "sensor" ISSUE_URL = "https://github.com/custom-components/sensor.file_restore/issues"