From a2e70bc2e17073bfea9c35c3344b92dc5d24d72f Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Sat, 18 Sep 2021 15:51:30 +0800 Subject: [PATCH] [Other] Update Trojan Go --- Other/trojan-go/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Other/trojan-go/build.ps1 b/Other/trojan-go/build.ps1 index 4f3b902a..d8b53566 100644 --- a/Other/trojan-go/build.ps1 +++ b/Other/trojan-go/build.ps1 @@ -1,6 +1,6 @@ Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/p4gefau1t/trojan-go -b 'v0.10.5' src +git clone https://github.com/p4gefau1t/trojan-go -b 'v0.10.6' src if ( -Not $? ) { Pop-Location exit $lastExitCode