Skip to content

Commit

Permalink
Update build.ps1
Browse files Browse the repository at this point in the history
Co-authored-by: James Dawson <[email protected]>
  • Loading branch information
HowardvanRooijen and JamesDawson authored Oct 8, 2024
1 parent a4027cb commit 4bfc9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ param (
[string] $BuildModuleVersion = "1.5.10-beta0003",

[Parameter()]
[version] $InvokeBuildModuleVersion = "5.10.3"
[version] $InvokeBuildModuleVersion = "5.11.3"
)

$ErrorActionPreference = $ErrorActionPreference ? $ErrorActionPreference : 'Stop'
Expand Down

0 comments on commit 4bfc9b7

Please sign in to comment.