diff --git a/build.ps1 b/build.ps1 index 99d0d2c..30cc4de 100644 --- a/build.ps1 +++ b/build.ps1 @@ -43,7 +43,7 @@ function Invoke-CommandLine { function Invoke-Bootstrap { # Download bootstrap scripts from external repository - Invoke-RestMethod https://raw.githubusercontent.com/avengineers/bootstrap-installer/v1.12.0/install.ps1 | Invoke-Expression + Invoke-RestMethod https://raw.githubusercontent.com/avengineers/bootstrap-installer/v1.13.0/install.ps1 | Invoke-Expression # Execute bootstrap script . .\.bootstrap\bootstrap.ps1 }