Commit 7b44b8ae authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

cmd/geth: dev version number

parent 5b34fa53
......@@ -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
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment