From 32ed7350511c3a4d6d1bc8158c916b6249ad6ef4 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Wed, 12 Jul 2023 23:09:09 +0300 Subject: [PATCH] version bump to 1.2.15.828 --- Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.ps1 b/Install.ps1 index 4b416e9..24f6e1b 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -333,7 +333,7 @@ if (!($version -and $version -match $match_v)) { } # Recommended version for Win 10-12 else { - $onlineFull = "1.2.14.1149.ga3ae422d-1027" + $onlineFull = "1.2.15.828.g79f41970-1030" } } $online = ($onlineFull -split ".g")[0]