summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-08-27 00:36:22 +0800
committerruki <[email protected]>2022-08-27 00:36:22 +0800
commit94a08189750a602b147624e169c62fd4933c0611 (patch)
treeee0683ce1ea027c24df9bee7e4ea85b66ac67c58
parent0162040cd03408608a2e6365f67f39b79bf7a024 (diff)
update ps1
-rwxr-xr-xscripts/get.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1
index 5c1ea0760..6f709f7f8 100755
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -11,7 +11,7 @@ param (
)
& {
- $LastRelease = "v2.6.9"
+ $LastRelease = "v2.7.1"
$ErrorActionPreference = 'Stop'
function writeErrorTip($msg) {