From c74a701ad9ad8cb03ddbf39e6563320ca4369377 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Tue, 9 May 2023 21:47:47 +0300 Subject: [PATCH] version bump to 1.2.11.914 --- Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.ps1 b/Install.ps1 index 95db6cb..6d26f59 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -275,7 +275,7 @@ if ($win7 -or $win8 -or $win8_1) { } # Recommended version for Win 10-12 else { - $onlineFull = "1.2.11.911.ga041e113-2164" + $onlineFull = "1.2.11.914.gd3175972-2210" } $online = ($onlineFull -split ".g")[0]