summaryrefslogtreecommitdiff
path: root/scripts/get.ps1
diff options
context:
space:
mode:
authorruki <[email protected]>2017-08-16 22:34:35 +0800
committerruki <[email protected]>2017-08-16 22:34:35 +0800
commit4d19e91040673885f4f8da57276c748a3af69695 (patch)
treedf8e90181f9f8bc2fc5bbdf0b16f86e102a037cd /scripts/get.ps1
parentaf35036624af0e5a9b9c3c3a707507cb0caa051a (diff)
update get.ps1
Diffstat (limited to 'scripts/get.ps1')
-rw-r--r--scripts/get.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1
index 9e0468225..8c1239841 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.5' }
+if($ver -eq $null){ $ver='v2.1.6' }
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"