From ac1f8acc2e0bfd1bffb2cca882b5df608a72fa6c Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Mon, 12 Apr 2021 11:51:33 -0700 Subject: [PATCH] Fix version in module definition file This was missed, yet another reason we need to automate this process. --- module/PowerShellEditorServices/PowerShellEditorServices.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 index 60e737cd0..bdc651a2d 100644 --- a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 +++ b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 @@ -19,7 +19,7 @@ RootModule = if ($PSEdition -eq 'Core') } # Version number of this module. -ModuleVersion = '2.3.0' +ModuleVersion = '2.4.0' # ID used to uniquely identify this module GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'