summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2022-07-17 21:26:33 +0800
committerruki <[email protected]>2022-07-17 21:26:33 +0800
commit2e27c208cd6f50df81358d97cf536f46c39449a7 (patch)
tree386561846f8822dab63c4658802eb630079ead47 /scripts
parent22ecc0156c6fc6827484056e50fb62ded04123c9 (diff)
update 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 34b05a253..5c1ea0760 100755
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -11,7 +11,7 @@ param (
)
& {
- $LastRelease = "v2.6.8"
+ $LastRelease = "v2.6.9"
$ErrorActionPreference = 'Stop'
function writeErrorTip($msg) {