summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2023-04-07 23:48:57 +0800
committerruki <[email protected]>2023-04-07 23:48:57 +0800
commitd77a5e389d7a26b223e620893614ef4070aeb92e (patch)
treeca2fce35a792d62e49e36a0a4c5b7b2b8c73f08e /scripts
parent441bfc29cdf72d93202a696b6dcfe25243ddb859 (diff)
update get.ps1
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get.ps12
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) {