diff options
| author | ruki <[email protected]> | 2024-05-24 22:19:27 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-05-24 22:19:27 +0800 |
| commit | d8818c5b0ed26cae8ebb3d03be1628b32d192bbc (patch) | |
| tree | 3a581241edd2cbdcbbfe4e7d05d9e6e369bdf14f /scripts | |
| parent | a787d6ebda2123db9a5326b0a9cfc00fa87710f0 (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 2be8e7171..0536bb6c2 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v2.9.1" + $LastRelease = "v2.9.2" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { |
