From a32dc782bb5333210577283ff8b0f6880f49f7fe Mon Sep 17 00:00:00 2001 From: romanitho <96626929+Romanitho@users.noreply.github.com> Date: Wed, 10 Aug 2022 11:20:13 +0200 Subject: [PATCH] Updated version to 1.14.0 --- Winget-AutoUpdate-Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Winget-AutoUpdate-Install.ps1 b/Winget-AutoUpdate-Install.ps1 index c4b826e..89d94da 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -71,7 +71,7 @@ param( <# APP INFO #> -$WAUVersion = "1.13.2" +$WAUVersion = "1.14.0" <# FUNCTIONS #>