1 package version 2 3 // Version indicates which version of the binary is running. 4 var Version = "development" 5 6 // GitCommitSHA indicates which git shorthash the binary was built off of 7 var GitCommitSHA string 8
View as plain text