Skip to content

Commit e0fd07a

Browse files
committed
✊ Bumping version to 0.14.2
1 parent 6e8d058 commit e0fd07a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $ detect-secrets scan > .secrets.baseline
5151
```
5252
$ cat .pre-commit-config.yaml
5353
- repo: git@github.com:Yelp/detect-secrets
54-
rev: v0.14.1
54+
rev: v0.14.2
5555
hooks:
5656
- id: detect-secrets
5757
args: ['--baseline', '.secrets.baseline']

detect_secrets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.14.1'
1+
VERSION = '0.14.2'

0 commit comments

Comments
 (0)