diff --git a/Other/dnsproxy/build.ps1 b/Other/dnsproxy/build.ps1 index f0413d61..1d7f4e1d 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.8' src +git clone https://github.com/AdguardTeam/dnsproxy -b 'v0.39.9' src if ( -Not $? ) { exit $lastExitCode }