Skip to content

Commit 10be349

Browse files
authored
Merge pull request #563 from duo-labs/doc_fix
Doc fix
2 parents 77bf0c5 + 28c7d43 commit 10be349

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

auditor/lib/cloudmapperauditor-stack.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**
22
* Deploys the CloudMapper audit app.
3-
* Usage: cdk deploy -c s3_bucket=MYCOMPANY-cloudmapper -c sns_topic=email
43
*/
54

65
const cdk = require('@aws-cdk/core');

cloudmapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import pkgutil
3131
import importlib
3232

33-
__version__ = "2.6.6"
33+
__version__ = "2.7.0"
3434

3535

3636
def show_help(commands):

0 commit comments

Comments
 (0)