summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2018-09-12 23:59:05 +0800
committerruki <[email protected]>2018-09-12 17:54:33 +0800
commit97d2487ef7cc57d0a5e7b80663eac8f8e4709e58 (patch)
tree020111f30f4602d627d70c9a28d48dafe5e4e06d /scripts
parentb9a7a630d4a3dfb6ab22974dcbec7b11801d7e30 (diff)
update version for get.ps1
Diffstat (limited to 'scripts')
-rw-r--r--scripts/get.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1
index 410c7dbff..642f83282 100644
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -42,7 +42,7 @@ try{
writeErrorTip 'Please set environment var "TMP" to another path'
myExit 1
}
-if($ver -eq $null){ $ver='v2.1.8' }
+if($ver -eq $null){ $ver='v2.2.1' }
Write-Host 'Start downloading... Hope amazon S3 is not broken again'
try{
Invoke-Webrequest "https://github.com/tboox/xmake/releases/download/$ver/xmake-$ver.exe" -OutFile "$outfile"