Skip to content

Commit 4f25a10

Browse files
committed
Bump version to 0.5.0
1 parent 04b9a17 commit 4f25a10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add the following configuration to your `.pre-commit-config.yaml`:
2020
```yaml
2121
repos:
2222
- repo: https://github.com/cpp-linter/cpp-linter-hooks
23-
rev: v0.4.0 # Use the ref you want to point at
23+
rev: v0.5.0 # Use the ref you want to point at
2424
hooks:
2525
- id: clang-format
2626
args: [--style=Google] # Other coding style: LLVM, GNU, Chromium, Microsoft, Mozilla, WebKit.
@@ -33,7 +33,7 @@ To use custom configurations like `.clang-format` and `.clang-tidy`:
3333
```yaml
3434
repos:
3535
- repo: https://github.com/cpp-linter/cpp-linter-hooks
36-
rev: v0.4.0
36+
rev: v0.5.0
3737
hooks:
3838
- id: clang-format
3939
args: [--style=file] # to load .clang-format
@@ -46,7 +46,7 @@ To use specific versions of [clang-tools](https://github.com/cpp-linter/clang-to
4646
```yaml
4747
repos:
4848
- repo: https://github.com/cpp-linter/cpp-linter-hooks
49-
rev: v0.4.0
49+
rev: v0.5.0
5050
hooks:
5151
- id: clang-format
5252
args: [--style=file, --version=16] # Specifies version

0 commit comments

Comments
 (0)