From 4f7a42d95ba4b7653547ca30d255d2c98aa6880c Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Mon, 20 Mar 2023 12:15:51 +0100 Subject: [PATCH] v1.17.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 c6f1c15..a168716 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -117,7 +117,7 @@ param( <# APP INFO #> -$WAUVersion = "1.17.0" +$WAUVersion = "1.17.1" <# FUNCTIONS #>