Skip to content

Commit

Permalink
chore(release): 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agateau-gg committed Nov 16, 2022
1 parent c399d49 commit c13552e
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 @@ -698,7 +698,7 @@ Create a `.pre-commit-config.yaml` file in your root repository:
```yaml
repos:
- repo: https://github.com/gitguardian/ggshield
rev: v1.13.6
rev: v1.14.0
hooks:
- id: ggshield
language_version: python3
Expand Down
2 changes: 1 addition & 1 deletion ggshield/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.13.6"
__version__ = "1.14.0"

0 comments on commit c13552e

Please sign in to comment.