Skip to content

Commit

Permalink
Release Deployer 2.0.0. ☁️
Browse files Browse the repository at this point in the history
  • Loading branch information
Elfet committed Aug 18, 2014
1 parent dd2017f commit cb91851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-pre'),
new \Symfony\Component\Console\Application('Deployer', '2.0.0'),
new \Symfony\Component\Console\Input\ArgvInput(),
new \Symfony\Component\Console\Output\ConsoleOutput()
);
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit cb91851

Please sign in to comment.