From 93ffb5e2cd28e2b02263e4ccb7bf38a802ae0dee Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Mon, 4 Oct 2021 22:36:24 +0800 Subject: [PATCH] [Other] Bump dnsproxy from 3.39.5 to 3.39.8 --- Other/dnsproxy/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }