mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
VERSION, cmd/geth: bumped version
This commit is contained in:
parent
a6ca8fd268
commit
18580e152c
2 changed files with 3 additions and 3 deletions
2
VERSION
2
VERSION
|
|
@ -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…
Reference in a new issue