Cake\Console\ShellDispatcher::version PHP Method

version() public method

Prints the currently installed version of CakePHP. Performs an internal dispatch to the CommandList Shell
public version ( ) : void
return void
    public function version()
    {
        $this->args = array_merge(['command_list', '--version'], $this->args);
        $this->dispatch();
    }