Bump version to 1.0.1

- Update application version number in ComConfigCopy.py
- Minor version increment to reflect recent changes
This commit is contained in:
2025-02-16 23:48:59 +03:00
parent 7ebeb52808
commit 12562e615f

View File

@@ -38,7 +38,7 @@ import socket
from update_checker import UpdateChecker
# Версия программы
VERSION = "1.0.0"
VERSION = "1.0.1"
# Создаем необходимые папки
os.makedirs("Logs", exist_ok=True)