From 9c3893dd94f7d508adae3fe9d0436608cbce166e Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Sun, 7 Nov 2021 23:13:12 +0800 Subject: [PATCH] [Other] Bump v2ray-plugin from 4.42.2 to 4.43.0 --- 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 8c5d3dff..25770512 100644 --- a/Other/v2ray-plugin/build.ps1 +++ b/Other/v2ray-plugin/build.ps1 @@ -1,6 +1,6 @@ Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/teddysun/v2ray-plugin -b 'v4.42.2' src +git clone https://github.com/teddysun/v2ray-plugin -b 'v4.43.0' src if ( -Not $? ) { exit $lastExitCode }