diff --git a/services/system_manager.py b/services/system_manager.py index 226f9e08..0700d806 100644 --- a/services/system_manager.py +++ b/services/system_manager.py @@ -4,7 +4,7 @@ from packaging import version from api.interface import SystemCore, SystemInfo -LOCAL_VERSION = "1.1.0" +LOCAL_VERSION = "1.1.1" VERSION_ENDPOINT = "https://shipbit.de/wingman.json"