Skip to content

Commit

Permalink
version the client string
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Oct 5, 2018
1 parent d6a1cea commit 4d7e846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2pd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

func main() {
identify.ClientVersion = "p2pd"
identify.ClientVersion = "p2pd/0.1"

sock := flag.String("sock", "/tmp/p2pd.sock", "daemon control socket path")
quiet := flag.Bool("q", false, "be quiet")
Expand Down

0 comments on commit 4d7e846

Please sign in to comment.