From a700e62de14a81f8b4e7fc5467a44b93842aa7b8 Mon Sep 17 00:00:00 2001 From: ken910606 Date: Tue, 14 Apr 2026 13:41:21 +0800 Subject: [PATCH] Update 'src/GUI/gui.py' --- src/GUI/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/gui.py b/src/GUI/gui.py index a641917..e84bb73 100644 --- a/src/GUI/gui.py +++ b/src/GUI/gui.py @@ -33,7 +33,7 @@ from mission_group import ( # ================================================================================ class ControlStationUI(QMainWindow): - VERSION = '2.0.3' + VERSION = '2.0.4' def __init__(self): super().__init__()