Verrsion string updated to 2.1.2

This commit is contained in:
Khopa 2020-09-28 00:42:27 +02:00
parent bf7ad4cad2
commit 8b0f877041

View File

@ -8,7 +8,7 @@ from game.event import UnitsDeliveryEvent, FrontlineAttackEvent
from theater.theatergroundobject import CATEGORY_MAP
from userdata.liberation_theme import get_theme_icons
VERSION_STRING = "2.1.1"
VERSION_STRING = "2.1.2"
URLS : Dict[str, str] = {
"Manual": "https://github.com/khopa/dcs_liberation/wiki",