mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-21 02:18:07 +00:00
Merge pull request #1879 from obscuren/versioning
cmd/geth: dev version number
This commit is contained in:
commit
44fd395141
1 changed files with 2 additions and 2 deletions
|
|
@ -48,9 +48,9 @@ import (
|
|||
|
||||
const (
|
||||
ClientIdentifier = "Geth"
|
||||
Version = "1.2.0-dev"
|
||||
Version = "1.3.0-dev"
|
||||
VersionMajor = 1
|
||||
VersionMinor = 2
|
||||
VersionMinor = 3
|
||||
VersionPatch = 0
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue