diff options
| author | ruki <[email protected]> | 2022-08-27 00:36:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-27 00:36:22 +0800 |
| commit | 94a08189750a602b147624e169c62fd4933c0611 (patch) | |
| tree | ee0683ce1ea027c24df9bee7e4ea85b66ac67c58 | |
| parent | 0162040cd03408608a2e6365f67f39b79bf7a024 (diff) | |
update ps1
| -rwxr-xr-x | scripts/get.ps1 | 2 |
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) { |
