From c08fade3a04dcef9618fa441f64a135f69fd55f4 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Mon, 24 Oct 2022 18:59:44 +0200 Subject: [PATCH] v1.15.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 9bbe839..1409e86 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -94,7 +94,7 @@ param( <# APP INFO #> -$WAUVersion = "1.15.1" +$WAUVersion = "1.15.2" <# FUNCTIONS #>