mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-13 13:18:35 +00:00
cmd/geth: version 1.1.3
This commit is contained in:
parent
33099eaeb6
commit
4bf0cbcdd3
1 changed files with 2 additions and 2 deletions
|
|
@ -48,10 +48,10 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ClientIdentifier = "Geth"
|
ClientIdentifier = "Geth"
|
||||||
Version = "1.1.2"
|
Version = "1.1.3"
|
||||||
VersionMajor = 1
|
VersionMajor = 1
|
||||||
VersionMinor = 1
|
VersionMinor = 1
|
||||||
VersionPatch = 2
|
VersionPatch = 3
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue