Commit 44fd3951 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

Merge pull request #1879 from obscuren/versioning

cmd/geth: dev version number
parents 13699e2d 7b44b8ae
......@@ -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