mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 12:36:48 +00:00
cmd/geth: bumped version 1.1.0
This commit is contained in:
parent
3793991c0e
commit
d51d0022ce
1 changed files with 3 additions and 3 deletions
|
|
@ -48,10 +48,10 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ClientIdentifier = "Geth"
|
ClientIdentifier = "Geth"
|
||||||
Version = "1.0.3"
|
Version = "1.1.0"
|
||||||
VersionMajor = 1
|
VersionMajor = 1
|
||||||
VersionMinor = 0
|
VersionMinor = 1
|
||||||
VersionPatch = 3
|
VersionPatch = 0
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue