From 7dd3367203b042fdaef639016dc249ac38c42123 Mon Sep 17 00:00:00 2001 From: Khopa Date: Sat, 3 Oct 2020 16:50:56 +0200 Subject: [PATCH] Version number for release 2.1.4 --- qt_ui/uiconstants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt_ui/uiconstants.py b/qt_ui/uiconstants.py index ada6c94c..30f61ef1 100644 --- a/qt_ui/uiconstants.py +++ b/qt_ui/uiconstants.py @@ -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.3" +VERSION_STRING = "2.1.4" URLS : Dict[str, str] = { "Manual": "https://github.com/khopa/dcs_liberation/wiki",