diff --git a/custom_components/monitor_docker/helpers.py b/custom_components/monitor_docker/helpers.py index 522f5b0..a0fca42 100644 --- a/custom_components/monitor_docker/helpers.py +++ b/custom_components/monitor_docker/helpers.py @@ -64,7 +64,7 @@ PRECISION, ) -VERSION = "1.18" +VERSION = "1.19" _LOGGER = logging.getLogger(__name__)