From e5aea8d70a982bf350d85cc898701cb1c84b462b Mon Sep 17 00:00:00 2001 From: Patrick Meinecke Date: Mon, 2 May 2022 21:50:32 -0400 Subject: [PATCH] Actually increment version number this time --- module/ClassExplorer.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/ClassExplorer.psd1 b/module/ClassExplorer.psd1 index f93ed4c..cb19582 100644 --- a/module/ClassExplorer.psd1 +++ b/module/ClassExplorer.psd1 @@ -12,7 +12,7 @@ RootModule = 'ClassExplorer.psm1' # Version number of this module. -ModuleVersion = '2.3.2' +ModuleVersion = '2.3.3' # Supported PSEditions CompatiblePSEditions = 'Desktop', 'Core'