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"