Ver Fonte

VERSION, cmd/geth: bumped version

Jeffrey Wilcke há 9 anos atrás
pai
commit
18580e152c
2 ficheiros alterados com 3 adições e 3 exclusões
  1. 1 1
      VERSION
  2. 2 2
      cmd/geth/main.go

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.4.0
+1.5.0

+ 2 - 2
cmd/geth/main.go

@@ -45,9 +45,9 @@ import (
 
 const (
 	ClientIdentifier = "Geth"
-	Version          = "1.4.0-unstable"
+	Version          = "1.5.0-unstable"
 	VersionMajor     = 1
-	VersionMinor     = 4
+	VersionMinor     = 5
 	VersionPatch     = 0
 )