From d678da98103da31aee9c05b07b6ca9f68191e061 Mon Sep 17 00:00:00 2001 From: Leonhardt Wille Date: Mon, 17 Jun 2019 14:01:24 +0200 Subject: [PATCH] Fix version in README.md (#46) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 370ac9e..6672360 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Step into the repository you want to have the pre-commit hooks installed and run ```bash cat < .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