config = $config; } public function run() { $version = $this->config->get('version'); if (is_null($version)) { return; } echo $version . "\n"; } }