From 0b75fe525f7b319a743878ee2875fad27eb0d772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Hopst=C3=A4tter?= Date: Thu, 11 Apr 2024 10:41:42 +0200 Subject: [PATCH] bump version to 1.1.1 --- services/system_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"