From 18b128859da03d4fbf7badcd4cb7f05a64d58d03 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Mon, 24 Oct 2022 11:11:41 +0200 Subject: [PATCH] Update Winget-AutoUpdate-Install.ps1 --- 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 772bb69..9bbe839 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -94,7 +94,7 @@ param( <# APP INFO #> -$WAUVersion = "1.15.0" +$WAUVersion = "1.15.1" <# FUNCTIONS #>