From 99b56f1ab7c707613a1025c31467f44d382b5776 Mon Sep 17 00:00:00 2001 From: Raffson Date: Thu, 18 May 2023 18:51:35 +0200 Subject: [PATCH] Update campaign version --- game/version.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/game/version.py b/game/version.py index c1bcd65d..ee28fb0b 100644 --- a/game/version.py +++ b/game/version.py @@ -177,8 +177,10 @@ VERSION = _build_version_string() #: #: Version 10.6 #: * Designated CTLD zones for ControlPoints (Airbases & FOBs/FARPs) -#: * Support for defining squadron sizes. #: * 'ground_forces' in yaml file to specify preset groups for TGOs, #: given the group is available for the faction and the task matches +#: +#: Version 10.7 +#: * Support for defining squadron sizes. -CAMPAIGN_FORMAT_VERSION = (10, 6) +CAMPAIGN_FORMAT_VERSION = (10, 7)