Skip to content

Commit

Permalink
✊ Bumping version to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinHock committed Jul 26, 2020
1 parent 6e8d058 commit e0fd07a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $ detect-secrets scan > .secrets.baseline
```
$ cat .pre-commit-config.yaml
- repo: [email protected]:Yelp/detect-secrets
rev: v0.14.1
rev: v0.14.2
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
Expand Down
2 changes: 1 addition & 1 deletion detect_secrets/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.14.1'
VERSION = '0.14.2'

0 comments on commit e0fd07a

Please sign in to comment.