diff --git a/Fix-UpdateLocalHosts.ps1 b/Fix-UpdateLocalHosts.ps1 index 37fae23..a236d43 100644 --- a/Fix-UpdateLocalHosts.ps1 +++ b/Fix-UpdateLocalHosts.ps1 @@ -1,6 +1,6 @@ $DNSHelper = $Global:ToolsDirectory + '\ekdns.exe' -$DNSHelperRequiredVersion = '2.2.0' +$DNSHelperRequiredVersion = '2.3.0' $DownloadRequired = $false If (Test-Path $DNSHelper) {