From d649beacac3b943889ef1c56c069eb61b690275b Mon Sep 17 00:00:00 2001 From: Jakub Marcowski <37378746+Chubercik@users.noreply.github.com> Date: Fri, 14 Feb 2025 22:39:47 +0100 Subject: [PATCH] Use current version in `pre-commit` example (#681) Simple enough change, use the current version in the `README.md`'s `pre-commit` example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdf4b4d2..020b7d8e 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ preamble to an already existing one: ```yaml repos: - repo: https://github.com/shssoichiro/oxipng - rev: v9.0.0 + rev: v9.1.4 hooks: - id: oxipng args: ["-o", "4", "--strip", "safe", "--alpha"]