From 659e845b2df9155a21be0635e45693058896f2d1 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Thu, 11 May 2023 22:30:31 +0300 Subject: [PATCH] version bump to 1.2.11.916 --- Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.ps1 b/Install.ps1 index 6d26f59..2faed9e 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.914.gd3175972-2210" + $onlineFull = "1.2.11.916.geb595a67-2498" } $online = ($onlineFull -split ".g")[0]