summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2024-04-22 23:37:19 +0800
committerruki <[email protected]>2024-04-22 23:37:19 +0800
commit316c9cdee35d47e57219412d7ad39326966626c0 (patch)
treebe32269033c4cc23a66457be83cd5ab0b04b4047 /scripts
parentef8787d929a93450f4017d90eefe384d40cc6a35 (diff)
update ps1
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1
index 1514542c6..2be8e7171 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) {