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