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 ```