From 6ccd9e44704dab3f09fd8316dd6a42b855c18587 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Thu, 8 Sep 2022 15:15:34 +0200 Subject: [PATCH] v1.14.2 --- 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 10b4e53..68fb824 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -71,7 +71,7 @@ param( <# APP INFO #> -$WAUVersion = "1.14.1" +$WAUVersion = "1.14.2" <# FUNCTIONS #>