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