From f0188a55d2666de479c1b41fc498e4d6a225538c Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Thu, 4 Oct 2018 21:09:47 +0200 Subject: [PATCH] switch to const --- core.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.go b/core.go index d3b638d2b..01cbeb2a2 100755 --- a/core.go +++ b/core.go @@ -16,7 +16,7 @@ import ( "v2ray.com/core/common/serial" ) -var ( +const ( version = "3.47" build = "Custom" codename = "die Commanderin"