diff --git a/Other/v2ray-sn/build.ps1 b/Other/v2ray-sn/build.ps1 index 4059c400..acb0a5c5 100644 --- a/Other/v2ray-sn/build.ps1 +++ b/Other/v2ray-sn/build.ps1 @@ -1,6 +1,6 @@ Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/SagerNet/v2ray-core.git -b 'v5.0.14' src +git clone https://github.com/SagerNet/v2ray-core.git -b 'v5.0.16' src if ( -Not $? ) { exit $lastExitCode } @@ -25,4 +25,4 @@ $Env:GOOS='windows' $Env:GOARCH='amd64' go mod tidy # necessary go build -a -trimpath -asmflags '-s -w' -ldflags '-s -w -buildid=' -o '..\..\release\v2ray-sn.exe' '.\main' -exit $lastExitCode \ No newline at end of file +exit $lastExitCode