diff options
| author | ruki <[email protected]> | 2023-07-11 23:04:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-07-11 23:04:54 +0800 |
| commit | 55cca7fd0d160113587d1c8606bc693a0d1c6ff5 (patch) | |
| tree | 6782bb85f5c6d8a6c6307f410555d4fc00d63349 /scripts | |
| parent | 2d88d41398b6fb0cc9e3c7dd473be53bd2d4a05b (diff) | |
update get.ps1
Diffstat (limited to 'scripts')
| -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 4ae134a90..c1ed623ed 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v2.7.9" + $LastRelease = "v2.8.1" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { |
