public function Application::setVersion in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Application.php \Symfony\Component\Console\Application::setVersion()
Sets the application version.
Parameters
string $version The application version:
File
- vendor/
symfony/ console/ Application.php, line 300
Class
- Application
- An Application is the container for a collection of commands.
Namespace
Symfony\Component\ConsoleCode
public function setVersion($version) {
$this->version = $version;
}