From 054e6679830885c94cc37d27ab2aa96b5b37e019 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Thu, 21 Oct 2021 22:52:01 +0100 Subject: [PATCH] update version: V5 This is a pre-release version of V2Ray intended for developer preview. Users are not advised to use this version right now. Contributors are encouraged to send pull requests to the V5 Version of the codebase. --- core.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.go b/core.go index b6c5eeef9..0445e4f77 100644 --- a/core.go +++ b/core.go @@ -18,7 +18,7 @@ import ( ) var ( - version = "4.42.2" + version = "5.0.0" build = "Custom" codename = "V2Fly, a community-driven edition of V2Ray." intro = "A unified platform for anti-censorship."