From 0ccedf5c8e86bb91f07a66bf2e511bcb58c5dd94 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sun, 9 Apr 2023 05:07:33 +0300 Subject: [PATCH] Update Install.ps1 --- Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.ps1 b/Install.ps1 index 69cfc3a..5f876c4 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -263,7 +263,7 @@ $win8 = $win_os -match "\windows 8\b" # Recommended version for Win 10-12 if ($win10 -or $win11 -or $win12) { - $onlineFull = "1.2.9.739.g0da2e75a-104" + $onlineFull = "1.2.9.741.gb72a2f3b-132" } # Recommended version for Win 7-8.1 else {