feat: version display in web UI footer #11
Reference in New Issue
Block a user
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
GET /versionendpoint to the web container — returns the version baked into the image at build time1.0.<git-commit-count>and embeds it via--build-arg APP_VERSIONduring the web Docker buildindex.htmlandcv-matcher/index.htmlfooters show the version via a JS fetch (small, monospace, muted)APP_VERSIONfrom docker-compose.yml (was incorrectly overriding the baked-in image value withunknown)Test plan
v1.0.114){"version":"1.0.114"}🤖 Generated with Claude Code