mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-03 07:56:42 -05:00
more comments
This commit is contained in:
parent
31a21bef08
commit
374760ff24
3
core.go
3
core.go
@ -22,7 +22,8 @@ var (
|
|||||||
intro = "An unified platform for anti-censorship."
|
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 {
|
func Version() string {
|
||||||
return version
|
return version
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user