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"