diff --git a/Other/xray-core/build.ps1 b/Other/xray-core/build.ps1 index b8a45050..20939b0e 100644 --- a/Other/xray-core/build.ps1 +++ b/Other/xray-core/build.ps1 @@ -1,6 +1,6 @@ Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/xtls/xray-core -b 'v1.5.5' src +git clone https://github.com/xtls/xray-core -b 'v1.5.6' src if ( -Not $? ) { exit $lastExitCode }