From dc9c11ea3559b75874208988f7459b92fb3fcdfb Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Sun, 7 Nov 2021 23:12:57 +0800 Subject: [PATCH] [Other] Bump v2ray-core from 4.42.2 to 4.43.0 --- 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 6d5c47d5..13990547 100644 --- a/Other/v2ray-core/build.ps1 +++ b/Other/v2ray-core/build.ps1 @@ -1,6 +1,6 @@ Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/v2fly/v2ray-core -b 'v4.42.2' src +git clone https://github.com/v2fly/v2ray-core -b 'v4.43.0' src if ( -Not $? ) { exit $lastExitCode }