diff --git a/Other/shadowsocks-rust/build.ps1 b/Other/shadowsocks-rust/build.ps1 index 9f35d060..1971a08a 100644 --- a/Other/shadowsocks-rust/build.ps1 +++ b/Other/shadowsocks-rust/build.ps1 @@ -1,6 +1,6 @@ Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/shadowsocks/shadowsocks-rust -b 'v1.11.2' src +git clone https://github.com/shadowsocks/shadowsocks-rust -b 'v1.12.0' src if ( -Not $? ) { exit $lastExitCode }