chore: bump application version to 9.01

This commit is contained in:
w
2026-08-11 16:29:23 +08:00
parent f2d9e44245
commit 22caceae3e
+1 -1
View File
@@ -1,5 +1,5 @@
"""Backend application version definitions."""
VERSION = "0.9.0"
VERSION = "9.01"
APP_VERSION = VERSION
__version__ = VERSION