From ae54e911dffcc62dca5a34e4b5bd5ed4bdca70db Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Sun, 7 Nov 2021 23:13:27 +0800 Subject: [PATCH] [Other] Bump WinTUN from 0.14 to 0.14.1 --- Other/wintun/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Other/wintun/build.ps1 b/Other/wintun/build.ps1 index a9e2ea4e..883f8c13 100644 --- a/Other/wintun/build.ps1 +++ b/Other/wintun/build.ps1 @@ -2,7 +2,7 @@ Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) try { Invoke-WebRequest ` - -Uri 'https://www.wintun.net/builds/wintun-0.14.zip' ` + -Uri 'https://www.wintun.net/builds/wintun-0.14.1.zip' ` -OutFile 'wintun.zip' } catch {