Selaa lähdekoodia

cmd/geth: bumped version 1.0.3

Jeffrey Wilcke 10 vuotta sitten
vanhempi
commit
54088b0b8b
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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 (