diff options
| author | ruki <[email protected]> | 2023-05-15 23:59:35 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-05-15 23:59:35 +0800 |
| commit | fc7c68f82fec17792bac0352d25deb5d49829b8f (patch) | |
| tree | e01f7750bd7b9fa4cf0d84c54f1f27af9221b2ae /scripts/get.ps1 | |
| parent | 44a24bd8833a6b50e8d1bc5fb00fa109c4664a9c (diff) | |
update version in 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 4be305829..4ae134a90 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v2.7.8" + $LastRelease = "v2.7.9" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { |
