From 859061e68a63d4a15fb0f2d0b64c23d7b9c597da Mon Sep 17 00:00:00 2001 From: Nathan James <64075030+Nathanjms@users.noreply.github.com> Date: Fri, 5 May 2023 09:53:05 +0100 Subject: [PATCH] Update README.md Fixes the pint version being too low for `--dirty` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c04c489..f4e5b07 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ jobs: verboseMode: true testMode: true configPath: "vendor/my-company/coding-style/pint.json" - pintVersion: 1.2.1 + pintVersion: 1.8.0 onlyDirty: true ```