diff --git a/Other/v2ray-plugin/build.ps1 b/Other/v2ray-plugin/build.ps1 index 334d25d2..d2b3e6b9 100644 --- a/Other/v2ray-plugin/build.ps1 +++ b/Other/v2ray-plugin/build.ps1 @@ -1,6 +1,6 @@ Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/teddysun/v2ray-plugin -b 'v4.42.1' src +git clone https://github.com/teddysun/v2ray-plugin -b 'v4.42.2' src if ( -Not $? ) { Pop-Location exit $lastExitCode