chore: bump version to 9.7.2 · plain

Warm Precision UI redesign, task-based navigation, interaction system,
website and docs restyled. 30+ commits on warm-precision-redesign
branch, merged to main.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-21 15:50:29 -05:00
parent 1a7c790515
commit 6e874505eb
6 changed files with 7 additions and 7 deletions

View File

@@ -141,7 +141,7 @@ class Settings(BaseSettings):
# App settings
APP_NAME: str = "TOD - The Other Dude"
APP_VERSION: str = "9.7.1"
APP_VERSION: str = "9.7.2"
DEBUG: bool = False
@field_validator("CREDENTIAL_ENCRYPTION_KEY")