good morning!!!!

Skip to content
Snippets Groups Projects
Commit 44fd3951 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Merge pull request #1879 from obscuren/versioning

cmd/geth: dev version number
parents 13699e2d 7b44b8ae
No related branches found
No related tags found
No related merge requests found
......@@ -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
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment