Files
narratio/internal/buildinfo/buildinfo.go

7 lines
261 B
Go

// 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"