Explorar el Código

geth: bumped version 1.0.2

Jeffrey Wilcke hace 10 años
padre
commit
9fb7bc7443
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      cmd/geth/main.go

+ 2 - 2
cmd/geth/main.go

@@ -48,10 +48,10 @@ import (
 
 const (
 	ClientIdentifier = "Geth"
-	Version          = "1.0.1"
+	Version          = "1.0.2"
 	VersionMajor     = 1
 	VersionMinor     = 0
-	VersionPatch     = 1
+	VersionPatch     = 2
 )
 
 var (