Kirby\Cli\Command::version PHP Method

version() protected method

protected version ( )
    protected function version()
    {
        $this->bootstrap();
        return Kirby::version();
    }