v0.9.1
diff --git a/README.md b/README.md
index a25a756..efae31c 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
 Add this to your `.pre-commit-config.yaml`
 
     -   repo: git://github.com/pre-commit/pre-commit-hooks
-        sha: v0.9.0  # Use the ref you want to point at
+        sha: v0.9.1  # Use the ref you want to point at
         hooks:
         -   id: trailing-whitespace
         # -   id: ...