Report the embedded release version

This commit is contained in:
2026-08-29 23:13:01 +00:00
parent 51edd384c0
commit ee2b8e63e6
6 changed files with 84 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
// Package buildinfo exposes metadata supplied by the release build.
package buildinfo
// Version is the Narratio release identifier. Source builds report "dev";
// release automation replaces it with the exact Git tag through -ldflags -X.
var Version = "dev"