gosec/cmd/gosec/version.go
2018-07-19 18:42:25 +02:00

10 lines
196 B
Go

package main
// Version is the build version
var Version string
// GitTag is the git tag of the build
var GitTag string
// BuildDate is the date when the build was created
var BuildDate string