summaryrefslogtreecommitdiff
path: root/scripts/get.ps1
diff options
context:
space:
mode:
authorruki <[email protected]>2026-08-08 10:09:35 +0800
committerruki <[email protected]>2026-08-08 10:09:35 +0800
commit6ac4ea833193a4319a1eb6e5f588d1877fd48064 (patch)
tree9a6398e3d8f5dc9b651b3003e9ad521887512d2d /scripts/get.ps1
parent96ad28edb71dc4e9c8193924a491629c656e8e8c (diff)
update spec
Diffstat (limited to 'scripts/get.ps1')
-rwxr-xr-xscripts/get.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1
index 99ad1edba..3f0869c78 100755
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -11,7 +11,7 @@ param (
)
& {
- $LastRelease = "v3.0.9"
+ $LastRelease = "v3.1.0"
$ErrorActionPreference = 'Stop'
function writeErrorTip($msg) {