Skip to content

Commit

Permalink
Bump to v18.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Mar 11, 2024
1 parent 06ecaa8 commit a483c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ A [pre-commit](https://pre-commit.com) hook is also [provided](https://github.co

```yaml
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.0
rev: v18.1.1
hooks:
- id: clang-format
types_or: [c++, c, cuda]
Expand Down
2 changes: 1 addition & 1 deletion clang-format_version.cmake
@@ -1,2 +1,2 @@
set(CLANG_FORMAT_VERSION 18.1.0)
set(CLANG_FORMAT_VERSION 18.1.1)
set(CLANG_FORMAT_WHEEL_VERSION 0)

0 comments on commit a483c18

Please sign in to comment.