VERSION, cmd/geth: bumped version 1.4.0

This commit is contained in:
Jeffrey Wilcke 2015-11-03 11:48:04 +01:00
parent 001684fb11
commit 5ff0814b1f
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.3.0
1.4.0

View File

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