Skip to content

Commit 527ecbe

Browse files
committed
chore: release version 1.2.10
1 parent 0ca73c4 commit 527ecbe

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
@@ -8,7 +8,7 @@ Git hooks to modify (text) files for use with the [pre-commit](https://github.co
88
Add this to your `.pre-commit-config.yaml`:
99
```
1010
- repo: https://github.com/boidolr/pre-commit-text
11-
rev: v1.2.9 # Use the ref you want to point at
11+
rev: v1.2.10 # Use the ref you want to point at
1212
hooks:
1313
- id: pretty-format-yaml
1414
- id: replace-tabs

pre_commit_text/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.2.9"
1+
VERSION = "1.2.10"

0 commit comments

Comments
 (0)