Merge pull request #10537 from jalandis/update-salt-version-in-bootstrap-script
Upgrade default Salt version from 2017.7.1 to 2018.3.3
This commit is contained in:
commit
7c1cb4220c
|
@ -12,7 +12,7 @@ $startupType = "Manual"
|
||||||
|
|
||||||
# Version to install - default to latest if there is an issue
|
# Version to install - default to latest if there is an issue
|
||||||
If ($version -notmatch "2\d{3}\.\d{1,2}\.\d+(\-\d{1})?"){
|
If ($version -notmatch "2\d{3}\.\d{1,2}\.\d+(\-\d{1})?"){
|
||||||
$version = '2017.7.1'
|
$version = '2018.3.3'
|
||||||
}
|
}
|
||||||
|
|
||||||
If ($pythonVersion -notmatch "\d+") {
|
If ($pythonVersion -notmatch "\d+") {
|
||||||
|
|
Loading…
Reference in New Issue