Changed Version string

This commit is contained in:
2025-01-09 10:28:47 +01:00
parent d1da0f36ce
commit 227722a2a1

View File

@@ -62,8 +62,8 @@ from PyQt6.QtGui import QPixmap
global LOGGER
''' Module version '''
mod_ver = "v2.1"
mod_dver = "2023:08:17"
mod_ver = "v2.3"
mod_dver = "2025:01:08"
''' Logger Variables '''
LOG_FORMAT = '%(asctime)s|%(levelname)-7s|%(funcName)-15s|%(lineno)-5d: %(message)-50s'