Skip to content

Commit 4b9de75

Browse files
committed
Merge branch 'develop' into release/1.4
2 parents d52a693 + 2d7d7ef commit 4b9de75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/geth/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ func gpubench(ctx *cli.Context) {
507507

508508
func version(c *cli.Context) {
509509
fmt.Println(clientIdentifier)
510-
fmt.Println("Version:", version)
510+
fmt.Println("Version:", verString)
511511
fmt.Println("Protocol Versions:", eth.ProtocolVersions)
512512
fmt.Println("Network Id:", c.GlobalInt(utils.NetworkIdFlag.Name))
513513
fmt.Println("Go Version:", runtime.Version())

0 commit comments

Comments
 (0)