obscuren hace 11 años
padre
commit
83a4b8b49b
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      ethereum/main.go
  2. 1 1
      mist/main.go

+ 1 - 1
ethereum/main.go

@@ -13,7 +13,7 @@ import (
 
 const (
 	ClientIdentifier = "Ethereum(G)"
-	Version          = "0.6.8"
+	Version          = "0.7.0"
 )
 
 var logger = ethlog.NewLogger("CLI")

+ 1 - 1
mist/main.go

@@ -12,7 +12,7 @@ import (
 
 const (
 	ClientIdentifier = "Mist"
-	Version          = "0.6.8"
+	Version          = "0.7.0"
 )
 
 var ethereum *eth.Ethereum