Skip to content

Commit

Permalink
chore: release version 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed Nov 1, 2023
1 parent 32d318a commit 360b504
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 @@ -8,7 +8,7 @@ Git hooks to modify (text) files for use with the [pre-commit](https://github.co
Add this to your `.pre-commit-config.yaml`:
```
- repo: https://github.com/boidolr/pre-commit-text
rev: v1.2.10 # Use the ref you want to point at
rev: v1.2.11 # Use the ref you want to point at
hooks:
- id: pretty-format-yaml
- id: replace-tabs
Expand Down
2 changes: 1 addition & 1 deletion pre_commit_text/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.2.10"
VERSION = "1.2.11"

0 comments on commit 360b504

Please sign in to comment.