feat: add LATEST_VERSION config for client update detection

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-21 15:24:43 +03:00
parent 06b01533d4
commit 2d1b927670
2 changed files with 4 additions and 0 deletions

View File

@@ -12,3 +12,6 @@ ACCESS_TOKEN_EXPIRE_MINUTES=60
# Default sysadmin credentials (created on first startup if admin table is empty)
ADMIN_USERNAME=sysadmin
ADMIN_PASSWORD=changeme
# The current latest release version — clients compare against this to detect updates
LATEST_VERSION=0.0.0