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 }