Skip to content

Commit 68c4a7d

Browse files
author
Anton Medvedev
committed
Update version to 2.0.2
1 parent 693b119 commit 68c4a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set_include_path(__DIR__ . '/../' . PATH_SEPARATOR . get_include_path());
2929

3030
// Init Deployer
3131
$deployer = new \Deployer\Deployer(
32-
new \Symfony\Component\Console\Application('Deployer', '2.0.0'),
32+
new \Symfony\Component\Console\Application('Deployer', '2.0.2'),
3333
new \Symfony\Component\Console\Input\ArgvInput(),
3434
new \Symfony\Component\Console\Output\ConsoleOutput()
3535
);

0 commit comments

Comments
 (0)