From b09c9d8f16682eb201382f1b9be871d18f397fc7 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 10 Oct 2021 13:08:01 +0800 Subject: Update get.ps1 --- scripts/get.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/get.ps1 b/scripts/get.ps1 index a8834718d..f03d80fa4 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v2.5.7" + $LastRelease = "v2.5.8" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { -- cgit v1.3.1