From 8db278fd817462ef29824f3488f393a2242a23ce Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Tue, 14 Mar 2023 11:48:25 +0100 Subject: [PATCH] v1.17.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 741b439..c6f1c15 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -117,7 +117,7 @@ param( <# APP INFO #> -$WAUVersion = "1.16.5" +$WAUVersion = "1.17.0" <# FUNCTIONS #>