From 82762503c174269cf3904ba2171e0ccaa05b9df6 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Thu, 8 Sep 2022 14:54:12 +0200 Subject: [PATCH] v1.14.1 --- 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 d71ffef..10b4e53 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -71,7 +71,7 @@ param( <# APP INFO #> -$WAUVersion = "1.14.0" +$WAUVersion = "1.14.1" <# FUNCTIONS #>