VERSION, cmd/geth: bumped version

release/1.4
Jeffrey Wilcke 9 years ago
parent a6ca8fd268
commit 18580e152c
  1. 2
      VERSION
  2. 4
      cmd/geth/main.go

@ -1 +1 @@
1.4.0 1.5.0

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

Loading…
Cancel
Save