From fffa6de47a2feeb85c9c63e4ec0246f95f59200b Mon Sep 17 00:00:00 2001 From: Kslr Date: Fri, 12 Jul 2019 16:42:59 +0800 Subject: [PATCH] release v4.20.0 https://github.com/v2fly/v2ray-core/commit/8abff5a3cf90a68c85ce737fbbf3dda2486dea14 --- core.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core.go b/core.go index dc18a3c38..65499456d 100755 --- a/core.go +++ b/core.go @@ -17,9 +17,9 @@ import ( ) const ( - version = "4.19.1" + version = "4.20.0" build = "Custom" - codename = "Po" + codename = "V2Fly, a community-driven edition of V2Ray." intro = "A unified platform for anti-censorship." )