Support for 1.0.0 release

This commit is contained in:
Nate Brown
2019-11-19 10:31:59 -08:00
parent f22b4b584d
commit c4c334fedb
5 changed files with 33 additions and 12 deletions

View File

@ -41,7 +41,7 @@ func main() {
args := flag.Args()
if *printVersion {
fmt.Printf("Version: %v", Build)
fmt.Printf("Version: %v\n", Build)
os.Exit(0)
}