diff --git a/README.md b/README.md index b61011ddf..ccbe4f8ed 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ $ detect-secrets scan > .secrets.baseline ``` $ cat .pre-commit-config.yaml - repo: git@github.com:Yelp/detect-secrets - rev: v0.14.1 + rev: v0.14.2 hooks: - id: detect-secrets args: ['--baseline', '.secrets.baseline'] diff --git a/detect_secrets/__init__.py b/detect_secrets/__init__.py index fdac9371b..6f2488a6d 100644 --- a/detect_secrets/__init__.py +++ b/detect_secrets/__init__.py @@ -1 +1 @@ -VERSION = '0.14.1' +VERSION = '0.14.2'