Pre release of Deployer 2.0.0.

This commit is contained in:
Elfet 2014-08-13 14:44:43 +04:00
parent e6fc34dee8
commit feb54072d5

View File

@ -29,7 +29,7 @@ set_include_path(__DIR__ . '/../' . PATH_SEPARATOR . get_include_path());
// Init Deployer
$deployer = new \Deployer\Deployer(
new \Symfony\Component\Console\Application('Deployer', '2.0.0'),
new \Symfony\Component\Console\Application('Deployer', '2.0.0-pre'),
new \Symfony\Component\Console\Input\ArgvInput(),
new \Symfony\Component\Console\Output\ConsoleOutput()
);