diff --git a/custom_components/file_restore/const.py b/custom_components/file_restore/const.py index 57887fd..cc2f9ec 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.0" +VERSION = "3.1" DOMAIN = "file_restore" PLATFORM = "sensor" ISSUE_URL = "https://github.com/custom-components/sensor.file_restore/issues"