more comments

This commit is contained in:
Darien Raymond 2017-02-22 12:06:10 +01:00
parent 31a21bef08
commit 374760ff24
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 2 additions and 1 deletions

View File

@ -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
}