Skip to content

Commit 0f9dd82

Browse files
committed
Bump pre-req in build bootstrap to PSAppDeployToolkit 4.0.3
1 parent 9aa5121 commit 0f9dd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions_bootstrap.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $modulesToInstall = New-Object System.Collections.Generic.List[object]
1111
# https://github.com/PSAppDeployToolkit/PSAppDeployToolkit
1212
[void]$modulesToInstall.Add(([PSCustomObject]@{
1313
ModuleName = 'PSAppDeployToolkit'
14-
ModuleVersion = '4.0.2'
14+
ModuleVersion = '4.0.3'
1515
}))
1616
# https://github.com/pester/Pester
1717
[void]$modulesToInstall.Add(([PSCustomObject]@{

0 commit comments

Comments
 (0)