mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-10 18:16:39 +00:00
VERSION, cmd/geth: bumped version
This commit is contained in:
parent
a6ca8fd268
commit
8241fa5227
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ClientIdentifier = "Geth"
|
ClientIdentifier = "Geth"
|
||||||
Version = "1.4.0-unstable"
|
Version = "1.4.0-rc"
|
||||||
VersionMajor = 1
|
VersionMajor = 1
|
||||||
VersionMinor = 4
|
VersionMinor = 4
|
||||||
VersionPatch = 0
|
VersionPatch = 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue