diff options
| author | ruki <[email protected]> | 2023-11-08 22:40:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-08 22:40:46 +0800 |
| commit | 8eefa03ee2cadf0d89126e18173c1e179bebc3c5 (patch) | |
| tree | 6a80ba79a899ebd49f816fe694142897c86e0a12 /scripts | |
| parent | 3bdfa2178d729709c40669ec9f2e361636f01eb3 (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 7cb12d331..7f0be28e4 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v2.8.3" + $LastRelease = "v2.8.5" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { |
