From fef37130bb4bf573e8beea4650411a948ce5f2d7 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Tue, 16 Apr 2024 18:28:01 +0200 Subject: [PATCH] Update version build --- Build/Manage-Module.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/Manage-Module.ps1 b/Build/Manage-Module.ps1 index a30c490..5fe8bd1 100644 --- a/Build/Manage-Module.ps1 +++ b/Build/Manage-Module.ps1 @@ -6,7 +6,7 @@ Invoke-ModuleBuild -ModuleName 'GPOZaurr' { # Usual defaults as per standard module $Manifest = @{ # Version number of this module. - ModuleVersion = '1.X.0' + ModuleVersion = '1.1.X' # Supported PSEditions CompatiblePSEditions = @('Desktop') # ID used to uniquely identify this module