From 37c072d1f1b2ee2918fcd0c8571d155404ef259d Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Thu, 23 Sep 2021 14:33:22 +0800 Subject: [PATCH] [Other] Bump xray-core from 1.4.4 to 1.4.5 --- Other/xray-core/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Other/xray-core/build.ps1 b/Other/xray-core/build.ps1 index 759597d9..033159f4 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.4' src +git clone https://github.com/xtls/xray-core -b 'v1.4.5' src if ( -Not $? ) { Pop-Location exit $lastExitCode