Skip to content

Commit 539f1f0

Browse files
authored
release/0.2.11 (#461)
1 parent aeb81dc commit 539f1f0

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
@@ -128,7 +128,7 @@ Parameters:
128128
CidVersion:
129129
Type: String
130130
MinLength: 5
131-
Default: 0.2.10
131+
Default: 0.2.11
132132
Description: A version of CID package
133133
Suffix:
134134
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.10'
2+
__version__ = '0.2.11'

0 commit comments

Comments
 (0)