bump version 3.0.1 → 3.0.2
Deploy drhider / validate (push) Waiting to run

This commit is contained in:
2026-07-12 10:33:54 +04:00
parent 7fc41aabce
commit a87361c159
+1 -1
View File
@@ -20,7 +20,7 @@ if _sys_path_root not in sys.path:
sys.path.insert(0, _sys_path_root) sys.path.insert(0, _sys_path_root)
# Версия приложения (меняется при изменениях) # Версия приложения (меняется при изменениях)
VERSION = "3.0.1" VERSION = "3.0.2"
def create_app(): def create_app():