Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalcek committed Jul 15, 2021
1 parent 80e5e62 commit f414bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func main() {
flag.Parse()

if *getVersion {
fmt.Printf("Version: %s", version)
fmt.Printf("Version: %s\r\n", version)
os.Exit(0)
}

Expand Down

0 comments on commit f414bda

Please sign in to comment.