Skip to content

Commit 3863ca7

Browse files
authored
release 4.0.11 (#1148)
1 parent 9d2b974 commit 3863ca7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cfn-templates/cid-cfn.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AWSTemplateFormatVersion: '2010-09-09'
2-
Description: Deployment of Cloud Intelligence Dashboards v4.0.10
2+
Description: Deployment of Cloud Intelligence Dashboards v4.0.11
33
Metadata:
44
AWS::CloudFormation::Interface:
55
ParameterGroups:
@@ -1846,7 +1846,7 @@ Resources:
18461846
- LambdaLayerBucketPrefixIsManaged
18471847
- !FindInMap [RegionMap, !Ref 'AWS::Region', BucketName]
18481848
- !Sub '${LambdaLayerBucketPrefix}-${AWS::Region}' # Region added for backward compatibility
1849-
S3Key: 'cid-resource-lambda-layer/cid-4.0.10.zip' #replace version here if needed
1849+
S3Key: 'cid-resource-lambda-layer/cid-4.0.11.zip' #replace version here if needed
18501850
CompatibleRuntimes:
18511851
- python3.10
18521852
- python3.11

cid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '4.0.10'
1+
__version__ = '4.0.11'
22

0 commit comments

Comments
 (0)