fix: report actual version instead of hardcoded 3.0.0-dev #63

Merged
benvin merged 1 commits from benvin/fix-version into master 2026-06-27 00:51:27 +10:00

1 Commits

Author SHA1 Message Date
unkinben ab2b7ed5ac fix: report actual version instead of hardcoded 3.0.0-dev
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
- Add version variable to main.go, set via -X ldflags at build time
- Pass version through to Server, used in the / endpoint response
- Makefile passes VERSION from git describe
- Dockerfile accepts VERSION build arg
- Woodpecker passes CI_COMMIT_TAG as VERSION
2026-06-27 00:47:52 +10:00