Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p committed Apr 15, 2021
1 parent 2033ef7 commit 6f887c3
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 @@ -17,7 +17,7 @@ Add the following to your `.pre-commit-config.yaml`

```yaml
- repo: https://github.com/k8s-at-home/sops-pre-commit
rev: v2.0.0
rev: v2.0.1
hooks:
- id: forbid-secrets
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name='sops-pre-commit',
description='Check for unencrypted Kubernetes secrets in manifest files',
url='https://github.com/k8s-at-home/sops-pre-commit',
version='2.0.0',
version='2.0.1',

author='Devin Buhl',
author_email='devin.kray@gmail.com',
Expand Down

0 comments on commit 6f887c3

Please sign in to comment.