Эх сурвалжийг харах

geth: bump version number

obscuren 10 жил өмнө
parent
commit
52584596d4
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      cmd/geth/main.go

+ 1 - 1
cmd/geth/main.go

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