From 2823703cbc784a1185ce9e2c21dbb879acbab792 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Tue, 21 Sep 2021 20:11:44 +0800 Subject: [PATCH] [Other] Bump xray-plugin from 1.4.3 to 1.4.4 --- 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 cfcd4574..112619b3 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.3' src +git clone https://github.com/teddysun/xray-plugin -b 'v1.4.4' src if ( -Not $? ) { Pop-Location exit $lastExitCode