package api // VersionResponse is the JSON contract for GET /api/version. // Keys match Python's BUILD_META dict (see app.py). type VersionResponse struct { Tag string `json:"tag"` Commit string `json:"commit"` BuildDate string `json:"build_date"` }