VERSION, cmd/geth: bumped version 1.4.0

release/1.3.2^2
Jeffrey Wilcke 9 years ago
parent 001684fb11
commit 5ff0814b1f
  1. 2
      VERSION
  2. 4
      cmd/geth/main.go

@ -1 +1 @@
1.3.0
1.4.0

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

Loading…
Cancel
Save