Bläddra i källkod

cmd/geth: bump version number

obscuren 10 år sedan
förälder
incheckning
745c368987
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      cmd/geth/main.go

+ 1 - 1
cmd/geth/main.go

@@ -47,7 +47,7 @@ import _ "net/http/pprof"
 
 const (
 	ClientIdentifier = "Geth"
-	Version          = "0.9.12"
+	Version          = "0.9.13"
 )
 
 var app = utils.NewApp(Version, "the go-ethereum command line interface")