From e3f2b632bf09219f6677ab91025754286d56628c Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Wed, 15 Jun 2022 13:42:46 +0200 Subject: [PATCH] v1.11.5 --- 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 6ba7929..a28c018 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -60,7 +60,7 @@ param( <# APP INFO #> -$WAUVersion = "1.11.4" +$WAUVersion = "1.11.5" <# FUNCTIONS #>