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