Bump version to 0.1.10

This commit is contained in:
“Naeel”
2026-09-05 13:28:36 +03:00
parent e4b4dca53a
commit 3bd8ee2b23
+1 -1
View File
@@ -10,7 +10,7 @@ with (ROOT / "config.json").open(encoding="utf-8") as config_file:
CONFIG = json.load(config_file)
VERSION = "0.1.9"
VERSION = "0.1.10"
# Flask нужен здесь только как статический сервер HTML, CSS и ES-модулей.
app = Flask(__name__, template_folder="templates", static_folder="static")