Skip to content

Commit ddd0b04

Browse files
committed
update to 0.6.9
1 parent 67c13bf commit ddd0b04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ add something like the following to your ``.pre-commit-config.yaml`` file:
1919
2020
repos:
2121
- repo: https://github.com/cheshirekow/cmake-format-precommit
22-
rev: v0.6.8
22+
rev: v0.6.9
2323
hooks:
2424
- id: cmake-format
2525
- id: cmake-lint

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
setup(
33
name="cmake-format-precommit-dummy",
44
version="0.0.0",
5-
install_requires=["cmake-format==0.6.8"]
5+
install_requires=["cmake-format==0.6.9"]
66
)

0 commit comments

Comments
 (0)