From ba9c6e666beb5f4836c8fba8d3f60253aec4cc02 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Sat, 18 Sep 2021 15:51:52 +0800 Subject: [PATCH] [Other] Update V2Ray --- Other/v2ray-core/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Other/v2ray-core/build.ps1 b/Other/v2ray-core/build.ps1 index 79157536..48d8d23c 100644 --- a/Other/v2ray-core/build.ps1 +++ b/Other/v2ray-core/build.ps1 @@ -1,6 +1,6 @@ Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/v2fly/v2ray-core -b 'v4.42.1' src +git clone https://github.com/v2fly/v2ray-core -b 'v4.42.2' src if ( -Not $? ) { Pop-Location exit $lastExitCode