From 316c9cdee35d47e57219412d7ad39326966626c0 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 22 Apr 2024 23:37:19 +0800 Subject: [PATCH] update ps1 --- scripts/get.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get.ps1 b/scripts/get.ps1 index 1514542c662..2be8e71719b 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v2.8.9" + $LastRelease = "v2.9.1" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) {