Commit 54088b0b authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

cmd/geth: bumped version 1.0.3

parent 9fb7bc74
...@@ -48,10 +48,10 @@ import ( ...@@ -48,10 +48,10 @@ import (
const ( const (
ClientIdentifier = "Geth" ClientIdentifier = "Geth"
Version = "1.0.2" Version = "1.0.3"
VersionMajor = 1 VersionMajor = 1
VersionMinor = 0 VersionMinor = 0
VersionPatch = 2 VersionPatch = 3
) )
var ( var (
......
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