chore: bump version to 9.8.0

SNMP Device Integration milestone complete.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-21 23:08:06 -05:00
parent f6fb206d4d
commit 53a858cc16
5 changed files with 5 additions and 5 deletions

View File

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