Skip to content

Commit

Permalink
Update version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Medvedev committed Jan 28, 2015
1 parent 693b119 commit 68c4a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dep
Original file line number Diff line number Diff line change
Expand Up @@ -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.2'),
new \Symfony\Component\Console\Input\ArgvInput(),
new \Symfony\Component\Console\Output\ConsoleOutput()
);
Expand Down

0 comments on commit 68c4a7d

Please sign in to comment.