pho\Console\Console::printVersion PHP Method

printVersion() private method

Outputs the version information, as defined in the VERSION constant.
private printVersion ( )
    private function printVersion()
    {
        $this->writeLn('pho version ' . self::VERSION);
    }