summaryrefslogtreecommitdiff
path: root/scripts/get.ps1
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-18 00:35:45 +0800
committerruki <[email protected]>2021-12-18 00:35:45 +0800
commit90e499cb2992883fef7a0eb16640e1765581ba8e (patch)
tree0e8e835f403bedc4773ec886ff7cf497d80f9533 /scripts/get.ps1
parent022ca13475739cee7e10bd0a3256ecd704fb2e6d (diff)
update ps1v2.6.2
Diffstat (limited to 'scripts/get.ps1')
-rwxr-xr-xscripts/get.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1
index d1c1c22a9..538220acd 100755
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -11,7 +11,7 @@ param (
)
& {
- $LastRelease = "v2.6.1"
+ $LastRelease = "v2.6.2"
$ErrorActionPreference = 'Stop'
function writeErrorTip($msg) {