From 021622b4962e748184cde1f32d8cb1cd15f7d1ab Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Mon, 20 Sep 2021 22:24:24 +0800 Subject: [PATCH] [Other] Bump xray-core to 1.4.4 --- Other/xray-core/build.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Other/xray-core/build.ps1 b/Other/xray-core/build.ps1 index 194bad60..759597d9 100644 --- a/Other/xray-core/build.ps1 +++ b/Other/xray-core/build.ps1 @@ -1,6 +1,6 @@ Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/xtls/xray-core -b 'v1.4.3' src +git clone https://github.com/xtls/xray-core -b 'v1.4.4' src if ( -Not $? ) { Pop-Location exit $lastExitCode @@ -18,4 +18,4 @@ Pop-Location rm -Recurse -Force src Pop-Location -exit $lastExitCode \ No newline at end of file +exit $lastExitCode