Explorar el Código

VERSION, cmd/geth: bumped version 1.4.0

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

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.3.0
+1.4.0

+ 2 - 2
cmd/geth/main.go

@@ -48,9 +48,9 @@ import (
 
 const (
 	ClientIdentifier = "Geth"
-	Version          = "1.3.0-dev"
+	Version          = "1.4.0-unstable"
 	VersionMajor     = 1
-	VersionMinor     = 3
+	VersionMinor     = 4
 	VersionPatch     = 0
 )