``` bash /php-semver-checker-git.phar suggest --only-version "./" "./" ``` So it output only ``` 0.4.0 ``` Or maybe the result like : ``` Testing HEAD against tag: 0.3.1 Initial semantic version: 0.3.1 Suggested semantic version: 0.4.0 ``` should be display only with the -v option passed What do you think of that ?