Skip to content

Commit

Permalink
Bump version to 2.0.18 (#425)
Browse files Browse the repository at this point in the history
Co-authored-by: Surbhi Garg <[email protected]>
  • Loading branch information
gsurbhi and Surbhi Garg authored Aug 23, 2023
1 parent b00764e commit 1c22582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>software.amazon.cloudformation</groupId>
<artifactId>aws-cloudformation-rpdk-java-plugin</artifactId>
<version>2.0.17</version>
<version>2.0.18</version>
<name>AWS CloudFormation RPDK Java Plugin</name>
<description>The CloudFormation Resource Provider Development Kit (RPDK) allows you to author your own resource providers that can be used by CloudFormation. This plugin library helps to provide runtime bindings for the execution of your providers by CloudFormation.
</description>
Expand Down
2 changes: 1 addition & 1 deletion python/rpdk/java/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging

__version__ = "2.0.17"
__version__ = "2.0.18"

logging.getLogger(__name__).addHandler(logging.NullHandler())

0 comments on commit 1c22582

Please sign in to comment.