From baed3e07cdaf226edd9bfa0ac4351cf6aaf44947 Mon Sep 17 00:00:00 2001 From: Hellojack <106379370+H1JK@users.noreply.github.com> Date: Fri, 27 May 2022 18:28:43 +0800 Subject: [PATCH] Update Xray-core and Xray-plugin --- Other/xray-core/build.ps1 | 2 +- Other/xray-plugin/build.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Other/xray-core/build.ps1 b/Other/xray-core/build.ps1 index 9cf04d76..b8a45050 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.4.5' src +git clone https://github.com/xtls/xray-core -b 'v1.5.5' src if ( -Not $? ) { exit $lastExitCode } diff --git a/Other/xray-plugin/build.ps1 b/Other/xray-plugin/build.ps1 index 7b50b31a..4f3e3df8 100644 --- a/Other/xray-plugin/build.ps1 +++ b/Other/xray-plugin/build.ps1 @@ -1,6 +1,6 @@ Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/teddysun/xray-plugin -b 'v1.4.5' src +git clone https://github.com/teddysun/xray-plugin -b 'v1.5.5' src if ( -Not $? ) { exit $lastExitCode }