Skip to content

Commit

Permalink
✊ Bumping version to 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinHock committed May 22, 2019
1 parent 49698cb commit c5a2dcb
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 @@ -48,7 +48,7 @@ $ detect-secrets scan > .secrets.baseline
```
$ cat .pre-commit-config.yaml
- repo: [email protected]:Yelp/detect-secrets
rev: v0.12.3
rev: v0.12.4
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.12.3'
VERSION = '0.12.4'

0 comments on commit c5a2dcb

Please sign in to comment.