Fix Dockerfile permission issues

This commit is contained in:
2025-11-21 22:11:38 +08:00
parent f400cedf02
commit e287b59645
3 changed files with 18 additions and 3 deletions

View File

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