Fix version in README.md (#46)

This commit is contained in:
Leonhardt Wille 2019-06-17 14:01:24 +02:00 committed by Anton Babenko
commit d678da9810

View file

@ -21,7 +21,7 @@ Step into the repository you want to have the pre-commit hooks installed and run
```bash
cat <<EOF > .pre-commit-config.yaml
- repo: git://github.com/antonbabenko/pre-commit-terraform
rev: v1.13.0
rev: v1.14.0
hooks:
- id: terraform_fmt
- id: terraform_docs