diff --git a/package-lock.json b/package-lock.json index 590e926..1a2a041 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "checkov", - "version": "1.0.100", + "version": "1.0.101", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d4fd177..3b11d53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkov", - "version": "1.0.100", + "version": "1.0.101", "displayName": "Checkov", "publisher": "Bridgecrew", "description": "Find and fix misconfigurations in infrastructure-as-code manifests like Terraform, Kubernetes, Cloudformation, Serverless framework, Arm templates using Checkov - static analysis for infrastructure as code .",