Upgrade default Salt version from 2017.7.1 to 2018.3.3

This commit is contained in:
John Landis 2018-12-22 18:55:38 -05:00
parent 1f565b8f27
commit 19dc9fd921
No known key found for this signature in database
GPG Key ID: 7AD7E30685E65491
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ $startupType = "Manual"
# Version to install - default to latest if there is an issue
If ($version -notmatch "2\d{3}\.\d{1,2}\.\d+(\-\d{1})?"){
$version = '2017.7.1'
$version = '2018.3.3'
}
If ($pythonVersion -notmatch "\d+") {