From f75032bd7967d64fac9c073fe297094dd814b129 Mon Sep 17 00:00:00 2001 From: Khopa Date: Thu, 15 Oct 2020 12:17:33 +0200 Subject: [PATCH] Put 2.2.0-preview as version string --- 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 1a2ad9a5..1683ddb8 100644 --- a/qt_ui/uiconstants.py +++ b/qt_ui/uiconstants.py @@ -6,7 +6,7 @@ from PySide2.QtGui import QColor, QFont, QPixmap from theater.theatergroundobject import CATEGORY_MAP from .liberation_theme import get_theme_icons -VERSION_STRING = "2.1.4" +VERSION_STRING = "2.2.0-preview" URLS : Dict[str, str] = { "Manual": "https://github.com/khopa/dcs_liberation/wiki",