From d99661122bf6d84988aa739a6405fc1e9ec2c3be Mon Sep 17 00:00:00 2001 From: "dependjinbot[bot]" <71271483+dependjinbot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 02:36:34 +0000 Subject: [PATCH] Updated scripted build to 1.3.11 (#360) Co-authored-by: dependjinbot --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 6c3f8815..d9afe0e7 100644 --- a/build.ps1 +++ b/build.ps1 @@ -71,7 +71,7 @@ param ( [string] $BuildModulePath, [Parameter()] - [version] $BuildModuleVersion = "1.3.10", + [version] $BuildModuleVersion = "1.3.11", [Parameter()] [version] $InvokeBuildModuleVersion = "5.7.1"