Skip to content

Commit

Permalink
Add new line in version info
Browse files Browse the repository at this point in the history
  • Loading branch information
kost committed Nov 26, 2023
1 parent d1fd20d commit 39adab1
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 @@ -87,7 +87,7 @@ func main() {
}

if *version {
fmt.Printf("revsocks - reverse socks5 server/client %s (%s)", Version, CommitID)
fmt.Printf("revsocks - reverse socks5 server/client %s (%s)\n", Version, CommitID)
os.Exit(0)
}

Expand Down

0 comments on commit 39adab1

Please sign in to comment.