Skip to content

Commit c381eef

Browse files
iakov-awsIakov Gan
andauthored
v0.2.5 (#394)
Co-authored-by: Iakov Gan <[email protected]>
1 parent 708addc commit c381eef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cfn-templates/cid-cfn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Parameters:
100100
CidVersion:
101101
Type: String
102102
MinLength: 5
103-
Default: 0.2.4
103+
Default: 0.2.5
104104
Description: REQUIRED - A version of CID package
105105
Suffix:
106106
Type: String

cid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '0.2.4'
2+
__version__ = '0.2.5'

0 commit comments

Comments
 (0)