From 08038982efb464ad836a88e78130bd9e990aa247 Mon Sep 17 00:00:00 2001 From: KnifMelti Date: Mon, 29 Apr 2024 19:51:21 +0200 Subject: [PATCH] Winget 1.7.11132 --- Sources/WAU/Winget-AutoUpdate/functions/Update-WinGet.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Update-WinGet.ps1 b/Sources/WAU/Winget-AutoUpdate/functions/Update-WinGet.ps1 index 73b2bfb..88bf74a 100644 --- a/Sources/WAU/Winget-AutoUpdate/functions/Update-WinGet.ps1 +++ b/Sources/WAU/Winget-AutoUpdate/functions/Update-WinGet.ps1 @@ -12,8 +12,8 @@ Function Update-WinGet { $WinGetAvailableVersion = ((Invoke-WebRequest $WinGeturl -UseBasicParsing | ConvertFrom-Json)[0].tag_name).Replace("v", "") } catch { - #if fail set version to the latest version as of 2023-10-08 - $WinGetAvailableVersion = "1.6.2771" + #if fail set version to the latest version as of 2024-04-29 + $WinGetAvailableVersion = "1.7.11132" } try {