Skip to content

Commit d35dbc4

Browse files
committed
Latest available
1 parent c2a5c69 commit d35dbc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Winget-AutoUpdate/functions/Install-Prerequisites.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ function Install-Prerequisites {
9191
$WinGetAvailableVersion = ((Invoke-WebRequest $WinGeturl -UseBasicParsing | ConvertFrom-Json)[0].tag_name).TrimStart("v")
9292
}
9393
catch {
94-
#if fail set version to the latest version as of 2024-04-29
95-
$WinGetAvailableVersion = "1.7.11132"
94+
#If fail set version to the latest version as of 2025-03-14
95+
$WinGetAvailableVersion = "1.10.340"
9696
}
9797
try {
9898
#Get Admin Context Winget Location

0 commit comments

Comments
 (0)