mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
bump version
This commit is contained in:
parent
98b173e362
commit
06d0afc4b2
1 changed files with 2 additions and 2 deletions
|
|
@ -48,10 +48,10 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ClientIdentifier = "Gexp"
|
ClientIdentifier = "Gexp"
|
||||||
Version = "1.1.3"
|
Version = "1.1.4"
|
||||||
VersionMajor = 1
|
VersionMajor = 1
|
||||||
VersionMinor = 1
|
VersionMinor = 1
|
||||||
VersionPatch = 3
|
VersionPatch = 4
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue