From a6ce35375c72b5265432fcb76303c51704cb617b Mon Sep 17 00:00:00 2001 From: Zachary Gorman Date: Mon, 24 Jun 2024 14:13:51 -0700 Subject: [PATCH] Updated version number since change was significant --- Get-PC.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Get-PC.psd1 b/Get-PC.psd1 index 30ebe88..6be505f 100644 --- a/Get-PC.psd1 +++ b/Get-PC.psd1 @@ -12,7 +12,7 @@ RootModule = 'Get-PC.psm1' # Version number of this module. -ModuleVersion = '0.3.12' +ModuleVersion = '0.3.13' # Supported PSEditions # CompatiblePSEditions = @()