소스 검색

geth: bumped version 1.0.2

Jeffrey Wilcke 10 년 전
부모
커밋
9fb7bc7443
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.1"
+	Version          = "1.0.2"
 	VersionMajor     = 1
 	VersionMinor     = 0
-	VersionPatch     = 1
+	VersionPatch     = 2
 )
 
 var (