fix: align build version source with tags and VERSION fallback

This commit is contained in:
CJACK.
2026-03-20 23:55:10 +08:00
parent 7af0098d1b
commit 0c2743a48c
12 changed files with 415 additions and 134 deletions

View File

@@ -39,5 +39,6 @@ func RegisterRoutes(r chi.Router, h *Handler) {
pr.Get("/export", h.exportConfig)
pr.Get("/dev/captures", h.getDevCaptures)
pr.Delete("/dev/captures", h.clearDevCaptures)
pr.Get("/version", h.getVersion)
})
}