Skip to content

Commit

Permalink
🔖 release: v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Nov 17, 2023
1 parent 2412c60 commit 6c9dfd4
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 @@ -96,7 +96,7 @@ cmakelint can also be run with [pre-commit](https://pre-commit.com). Add the fol

```yaml
- repo: https://github.com/PFCCLab/cmake-lint-paddle
rev: v1.5.0
rev: v1.5.1
hooks:
- id: cmakelint
```
Expand Down
2 changes: 1 addition & 1 deletion src/cmakelint/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

from __future__ import annotations

VERSION = "1.5.0"
VERSION = "1.5.1"

0 comments on commit 6c9dfd4

Please sign in to comment.