diff options
| author | ruki <[email protected]> | 2021-10-10 13:08:01 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-10 13:08:01 +0800 |
| commit | b09c9d8f16682eb201382f1b9be871d18f397fc7 (patch) | |
| tree | 65b158a6caee376cd9dfc0609b35a08a350fd83c /scripts/get.ps1 | |
| parent | 0d11c00ccd8398552e22fa414eb30c10be7336fc (diff) | |
Update get.ps1
Diffstat (limited to 'scripts/get.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 a8834718d..f03d80fa4 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v2.5.7" + $LastRelease = "v2.5.8" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { |
