From 504d2e353b06b08226dc0e06f59594dbaf4bdd15 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Tue, 6 Jun 2023 16:41:10 +0300 Subject: [PATCH] version bump to 1.2.13.661 --- Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.ps1 b/Install.ps1 index 20d0b4f..341da3d 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -262,7 +262,7 @@ if ($win7 -or $win8 -or $win8_1) { } # Recommended version for Win 10-12 else { - $onlineFull = "1.2.13.656.gd13f2059-3884" + $onlineFull = "1.2.13.661.ga588f749-4064" } $online = ($onlineFull -split ".g")[0]