From 9903e401018059937f882893c6c90364ad969379 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 12 Jun 2022 14:07:09 +0100 Subject: [PATCH] Update cli-tool.md --- cli-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli-tool.md b/cli-tool.md index edbaec4..7f47f89 100644 --- a/cli-tool.md +++ b/cli-tool.md @@ -10,7 +10,7 @@ The StyleCI CLI Tool requires [PHP](https://www.php.net/) 7.2.5 or higher, and c Global installation: ```bash -$ curl -SsLo styleci.phar https://github.com/StyleCI/CLI/releases/download/v1.3.0/styleci.phar \ +$ curl -SsLo styleci.phar https://github.com/StyleCI/CLI/releases/download/v1.3.1/styleci.phar \ && chmod +x styleci.phar && sudo mv styleci.phar /usr/local/bin/styleci ```