diff options
| author | ruki <[email protected]> | 2023-08-23 22:26:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-08-23 22:26:26 +0800 |
| commit | d95f821dffb5765e7cf74638b07b10ab25521b1d (patch) | |
| tree | 3c2ca6d992059c3cb1089b8d0bef8f49a7802102 /scripts | |
| parent | df013000bcf4b2366a056740619fccf38befad77 (diff) | |
update 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 c1ed623ed..4290923b8 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v2.8.1" + $LastRelease = "v2.8.2" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { |
