From 9676e6563731b66fde635da24a9157fa94ec7bd0 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Tue, 21 Sep 2021 20:11:27 +0800 Subject: [PATCH] [Other] Bump v2ray-plugin from 4.42.1 to 4.42.2 --- Other/v2ray-plugin/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Other/v2ray-plugin/build.ps1 b/Other/v2ray-plugin/build.ps1 index 334d25d2..d2b3e6b9 100644 --- a/Other/v2ray-plugin/build.ps1 +++ b/Other/v2ray-plugin/build.ps1 @@ -1,6 +1,6 @@ Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/teddysun/v2ray-plugin -b 'v4.42.1' src +git clone https://github.com/teddysun/v2ray-plugin -b 'v4.42.2' src if ( -Not $? ) { Pop-Location exit $lastExitCode