Browse Source

cmd/geth: bumped version 1.0.3

Jeffrey Wilcke 10 years ago
parent
commit
54088b0b8b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      cmd/geth/main.go

+ 2 - 2
cmd/geth/main.go

@@ -48,10 +48,10 @@ import (
 
 const (
 	ClientIdentifier = "Geth"
-	Version          = "1.0.2"
+	Version          = "1.0.3"
 	VersionMajor     = 1
 	VersionMinor     = 0
-	VersionPatch     = 2
+	VersionPatch     = 3
 )
 
 var (