Skip to content

Commit 16e3452

Browse files
committed
Fixed version in baseline file
1 parent e11ed89 commit 16e3452

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .secrets.baseline

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.0",
2+
"version": "1.4.0",
33
"plugins_used": [
44
{
55
"name": "ArtifactoryDetector"

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ We recommend setting this up as a pre-commit hook. One way to do this is by usin
397397
# .pre-commit-config.yaml
398398
repos:
399399
- repo: https://github.com/Yelp/detect-secrets
400-
rev: v1.4.0
400+
rev: v1.6.0
401401
hooks:
402402
- id: detect-secrets
403403
args: ['--baseline', '.secrets.baseline']

Diff for: detect_secrets/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.4.0'
1+
VERSION = '1.6.0'

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.4.0
2+
current_version = 1.6.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)