Skip to content

Commit 7c035bc

Browse files
Merge pull request #1456 from PowerShell/andschwa/fix-version
Fix version in module definition file
2 parents b474b88 + ac1f8ac commit 7c035bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/PowerShellEditorServices/PowerShellEditorServices.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RootModule = if ($PSEdition -eq 'Core')
1919
}
2020

2121
# Version number of this module.
22-
ModuleVersion = '2.3.0'
22+
ModuleVersion = '2.4.0'
2323

2424
# ID used to uniquely identify this module
2525
GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'

0 commit comments

Comments
 (0)