Skip to content

Commit

Permalink
Bump version to v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan committed Aug 25, 2023
1 parent ad619a7 commit 46f8664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PowerShellEditorServices.Common.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>3.9.0</VersionPrefix>
<VersionPrefix>3.10.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Company>Microsoft</Company>
<Copyright>© Microsoft Corporation.</Copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RootModule = if ($PSEdition -eq 'Core')
}

# Version number of this module.
ModuleVersion = '3.9.0'
ModuleVersion = '3.10.0'

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

0 comments on commit 46f8664

Please sign in to comment.