Merge pull request #49 from dmilov/topic/bump-module-version-for-release

chore: Bump module version for new release
This commit is contained in:
Michael Gasch 2021-09-08 20:38:53 +02:00 committed by GitHub
commit 112e84313d
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'
# Version number of this module.
ModuleVersion = '0.3.2'
ModuleVersion = '0.3.3'
# Supported PSEditions
CompatiblePSEditions = @('Core')