Merge pull request #1879 from obscuren/versioning

cmd/geth: dev version number
pull/1880/head
Jeffrey Wilcke 9 years ago
commit 44fd395141
  1. 4
      cmd/geth/main.go

@ -48,9 +48,9 @@ import (
const ( const (
ClientIdentifier = "Geth" ClientIdentifier = "Geth"
Version = "1.2.0-dev" Version = "1.3.0-dev"
VersionMajor = 1 VersionMajor = 1
VersionMinor = 2 VersionMinor = 3
VersionPatch = 0 VersionPatch = 0
) )

Loading…
Cancel
Save