clean up code and print Version instead of Build

This commit is contained in:
Slack Security Team
2019-11-28 16:25:34 +00:00
parent 3fe99aa065
commit a5814be1ca
2 changed files with 2 additions and 6 deletions

View File

@ -25,7 +25,7 @@ func main() {
flag.Parse()
if *printVersion {
fmt.Printf("Build: %s\n", Build)
fmt.Printf("Version: %s\n", Build)
os.Exit(0)
}