diff options
| author | ruki <[email protected]> | 2023-04-07 23:48:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-04-07 23:48:57 +0800 |
| commit | d77a5e389d7a26b223e620893614ef4070aeb92e (patch) | |
| tree | ca2fce35a792d62e49e36a0a4c5b7b2b8c73f08e /scripts | |
| parent | 441bfc29cdf72d93202a696b6dcfe25243ddb859 (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 a1fa1fa7d..4be305829 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v2.7.7" + $LastRelease = "v2.7.8" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { |
