diff --git a/Other/xray-plugin/build.ps1 b/Other/xray-plugin/build.ps1 index cfcd4574..112619b3 100644 --- a/Other/xray-plugin/build.ps1 +++ b/Other/xray-plugin/build.ps1 @@ -1,6 +1,6 @@ Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/teddysun/xray-plugin -b 'v1.4.3' src +git clone https://github.com/teddysun/xray-plugin -b 'v1.4.4' src if ( -Not $? ) { Pop-Location exit $lastExitCode