diff --git a/Other/dnsproxy/build.ps1 b/Other/dnsproxy/build.ps1 index ba66cb21..f0413d61 100644 --- a/Other/dnsproxy/build.ps1 +++ b/Other/dnsproxy/build.ps1 @@ -1,6 +1,6 @@ Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/AdguardTeam/dnsproxy -b 'v0.39.5' src +git clone https://github.com/AdguardTeam/dnsproxy -b 'v0.39.8' src if ( -Not $? ) { exit $lastExitCode }