From 1e318f6668536505ac4ee72726dc70afcb68fbe3 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Tue, 28 Mar 2023 13:14:50 +0200 Subject: [PATCH] v1.17.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 2543eb8..7167a43 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -117,7 +117,7 @@ param( <# APP INFO #> -$WAUVersion = "1.17.1" +$WAUVersion = "1.17.2" <# FUNCTIONS #>