소스 검색

cmd/geth: bumped version 1.0.3

Jeffrey Wilcke 10 년 전
부모
커밋
54088b0b8b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 (