From 374760ff2465b854dd62c213705d1666c0aea10b Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Wed, 22 Feb 2017 12:06:10 +0100 Subject: [PATCH] more comments --- core.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core.go b/core.go index e97870104..98bc5a69b 100644 --- a/core.go +++ b/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 }