From c9b4ffbf56d4990813e9d84a7fa499634b4bbf48 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Sun, 7 Nov 2021 23:11:42 +0800 Subject: [PATCH] [Other] Bump dnsproxy from 0.39.8 to 0.39.9 --- 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 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 }