docs/version/version.go

13 lines
281 B
Go

package version
var (
// VERSION should be updated by hand at each release
VERSION = "1.2.5"
// GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD"
// BUILDTIME will be overwritten automatically by the build system
BUILDTIME = "<unknown>"
)