mirror of
https://github.com/securego/gosec.git
synced 2024-12-26 04:25:52 +00:00
10 lines
196 B
Go
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
|