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__()