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