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)