소스 검색

cmd/geth: bumped version 1.1.0

Jeffrey Wilcke 10 년 전
부모
커밋
d51d0022ce
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      cmd/geth/main.go

+ 3 - 3
cmd/geth/main.go

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