소스 검색

more comments

Darien Raymond 8 년 전
부모
커밋
374760ff24
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      core.go

+ 2 - 1
core.go

@@ -22,7 +22,8 @@ var (
 	intro    = "An unified platform for anti-censorship."
 )
 
-// Version returns V2Ray's version as a string.
+// Version returns V2Ray's version as a string, in the form of "x.y.z" where x, y and z are numbers.
+// ".z" part may be omitted in regular releases.
 func Version() string {
 	return version
 }