From 8cf5c04b02ed0a88ea4e2ade9abf214dcc0e902c Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Tue, 25 Oct 2022 01:52:40 +0200 Subject: [PATCH] v1.15.3 --- 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 338caf0..f8479b9 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -98,7 +98,7 @@ param( <# APP INFO #> -$WAUVersion = "1.15.2" +$WAUVersion = "1.15.3" <# FUNCTIONS #>