VERSION, cmd/geth: bumped version

This commit is contained in:
Jeffrey Wilcke 2016-04-19 18:17:44 +02:00
parent a6ca8fd268
commit 18580e152c
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.4.0
1.5.0

View File

@ -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
)