PhpMigration\App::showVersion PHP Method

showVersion() protected method

protected showVersion ( )
    protected function showVersion()
    {
        $text = 'PHP Migration ' . self::VERSION;
        echo $text . "\n";
    }