output newline with version

This commit is contained in:
AJ ONeal 2020-07-21 02:06:11 -06:00
parent 50e4b5ed93
commit 65156756bf
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ func main() {
if len(os.Args) >= 2 {
if "version" == os.Args[1] {
fmt.Printf("telebit %s %s %s", GitVersion, GitRev[:7], GitTimestamp)
fmt.Printf("telebit %s %s %s\n", GitVersion, GitRev[:7], GitTimestamp)
os.Exit(0)
}
}