Skip to content

Commit

Permalink
Update build.ps1 module version
Browse files Browse the repository at this point in the history
The previous one doesn't work on PowerShell 7.4 apparently
  • Loading branch information
idg10 committed Mar 18, 2024
1 parent 942cf8e commit 845e76b
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 @@ -71,7 +71,7 @@ param (
[string] $BuildModulePath,

[Parameter()]
[version] $BuildModuleVersion = "1.5.3",
[version] $BuildModuleVersion = "1.5.4",

[Parameter()]
[version] $InvokeBuildModuleVersion = "5.7.1"
Expand Down

0 comments on commit 845e76b

Please sign in to comment.