Merge pull request #37 from dmilov/topic/version-bump

Bump module version 0.3.0
This commit is contained in:
dmilov 2021-06-21 16:17:11 +03:00 committed by GitHub
commit 52213ff555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
RootModule = 'CloudEvents.Sdk.psm1' RootModule = 'CloudEvents.Sdk.psm1'
# Version number of this module. # Version number of this module.
ModuleVersion = '0.2.1' ModuleVersion = '0.3.0'
# Supported PSEditions # Supported PSEditions
CompatiblePSEditions = @('Core') CompatiblePSEditions = @('Core')