From dc86eb76da55c1ec384fd5a3a3b831298c044a8b Mon Sep 17 00:00:00 2001 From: v2ray Date: Fri, 1 Jan 2016 23:48:20 +0100 Subject: [PATCH] update version and code name --- core.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core.go b/core.go index c9fbdda8d..5c688d01d 100644 --- a/core.go +++ b/core.go @@ -8,10 +8,10 @@ import ( ) var ( - version = "1.2" + version = "1.3" build = "Custom" - codename = "Post Apocalypse" - intro = "A stable and unbreakable connection for everyone." + codename = "New Order" + intro = "An unified platform for anti-censorship." ) func Version() string {