/php-semver-checker-git.phar suggest --only-version "./" "./"
So it output only
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 ?