diff --git a/Other/tun2socks/build.ps1 b/Other/tun2socks/build.ps1 index 79240906..cea79fee 100644 --- a/Other/tun2socks/build.ps1 +++ b/Other/tun2socks/build.ps1 @@ -1,6 +1,6 @@ Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/xjasonlyu/tun2socks -b 'v2.3.1-1' src +git clone https://github.com/xjasonlyu/tun2socks -b 'v2.3.2' src if ( -Not $? ) { exit $lastExitCode }