Add missing CSRF token in connections.html

This commit is contained in:
2025-11-21 23:04:56 +08:00
parent f2daa8a8a3
commit 5350d04ba5
2 changed files with 3 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
"""Central location for the application version string."""
from __future__ import annotations
APP_VERSION = "0.1.0b2"
APP_VERSION = "0.1.1"
def get_version() -> str: