cmd/geth: bumped version 1.0.3

This commit is contained in:
Jeffrey Wilcke 2015-08-20 13:08:08 +02:00
parent 9fb7bc7443
commit 54088b0b8b
1 changed files with 2 additions and 2 deletions

View File

@ -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 (