From e1d00e38b2de56a293dcd70af832a394ab918c78 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Mon, 6 Mar 2023 15:22:53 +0100 Subject: [PATCH] V1.16.4 --- 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 99f4c2f..c7a5a0a 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -113,7 +113,7 @@ param( <# APP INFO #> -$WAUVersion = "1.16.2" +$WAUVersion = "1.16.4" <# FUNCTIONS #>