diff options
| author | david.wang <[email protected]> | 2024-12-20 08:32:23 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-20 08:32:23 +0800 |
| commit | 75c7054aabca8a0e7728643ab92fe5142260edbd (patch) | |
| tree | 651bcd4bd11ce50f13455893fa3fb8b66b2a909a /scripts/get.ps1 | |
| parent | 11a26d2b1e4aed7b817b0f8bc4c0ac0e99013f7e (diff) | |
| parent | 1b6a5d25595c45c6e9515932975cc795ac3c8e6a (diff) | |
Merge pull request #1 from 19317362/master
merge from 2.9.7
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 ad92f85e7..fd86340cd 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v2.9.6" + $LastRelease = "v2.9.7" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { |
