Kirby\Cli\Command\Plugin::version PHP Method

version() protected method

Get the current version number
protected version ( )
    protected function version()
    {
        return isset($this->info['version']) ? $this->info['version'] : '-';
    }