Skip to content

Commit 5aff473

Browse files
committed
Bump version to 0.3.0
1 parent a346670 commit 5aff473

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 this to your `.pre-commit-config.yaml`
2020
```yaml
2121
repos:
2222
- repo: https://github.com/cpp-linter/cpp-linter-hooks
23-
rev: v0.2.5 # Use the ref you want to point at
23+
rev: v0.3.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 @@ The example of using custom config: `.clang-format` and `.clang-tidy`
3333
```yaml
3434
repos:
3535
- repo: https://github.com/cpp-linter/cpp-linter-hooks
36-
rev: v0.2.5
36+
rev: v0.3.0
3737
hooks:
3838
- id: clang-format
3939
args: [--style=file] # to load .clang-format
@@ -46,7 +46,7 @@ The example of using any version of [clang-tools](https://github.com/cpp-linter/
4646
```yaml
4747
repos:
4848
- repo: https://github.com/cpp-linter/cpp-linter-hooks
49-
rev: v0.2.5
49+
rev: v0.3.0
5050
hooks:
5151
- id: clang-format
5252
args: [--style=file, --version=16]

0 commit comments

Comments
 (0)