diff -up src/Phinx/Console/PhinxApplication.php.rpm src/Phinx/Console/PhinxApplication.php --- src/Phinx/Console/PhinxApplication.php.rpm 2019-12-13 09:56:58.153369975 +0100 +++ src/Phinx/Console/PhinxApplication.php 2019-12-13 09:57:01.871352539 +0100 @@ -56,7 +56,7 @@ class PhinxApplication extends Applicati */ public function __construct() { - parent::__construct('Phinx by CakePHP - https://phinx.org.'); + parent::__construct('Phinx by CakePHP - https://phinx.org.', '@VERSION@'); $this->addCommands([ new Init(),