From 55cca7fd0d160113587d1c8606bc693a0d1c6ff5 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 11 Jul 2023 23:04:54 +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 4ae134a90..c1ed623ed 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v2.7.9" + $LastRelease = "v2.8.1" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { -- cgit v1.3.1