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