Skip to content

Commit cf74598

Browse files
authored
Fix cloudshell usability (#573)
1 parent c38bef3 commit cf74598

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
@@ -136,7 +136,7 @@ Parameters:
136136
CidVersion:
137137
Type: String
138138
MinLength: 5
139-
Default: 0.2.20
139+
Default: 0.2.21
140140
Description: A version of CID package
141141
Suffix:
142142
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.20'
2+
__version__ = '0.2.21'

0 commit comments

Comments
 (0)