8 lines
265 B
Go
8 lines
265 B
Go
package buildinfo
|
|
|
|
// Version is the application version recorded in output artifacts and CLI
|
|
// metadata. Release builds can override it with:
|
|
//
|
|
// go build -ldflags "-X gitea.maximumdirect.net/eric/seriatim/internal/buildinfo.Version=v1.0.0"
|
|
var Version = "dev"
|