diff --git a/bin/dep b/bin/dep index 959af607d..548cdee9f 100755 --- a/bin/dep +++ b/bin/dep @@ -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-pre'), + new \Symfony\Component\Console\Application('Deployer', '2.0.0'), new \Symfony\Component\Console\Input\ArgvInput(), new \Symfony\Component\Console\Output\ConsoleOutput() ); diff --git a/manifest.json b/manifest.json index 612464218..14c920aa3 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ }, { "name": "deployer-2.0.0.phar", - "sha1": "700822b40ef77c1b10c5fde28a51811f7f3f18da", + "sha1": "799fd84f26055f127a2219d32a2e50bb3c8677ff", "url": "http:\/\/deployer.in\/releases\/deployer-2.0.0.phar", "version": "2.0.0" }