mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
Update version to 1.0.1 (first patch).
This commit is contained in:
parent
f75f500fdc
commit
9df980bcf0
2
bin/dep
2
bin/dep
@ -32,7 +32,7 @@ $deployFile = getcwd() . '/deploy.php';
|
||||
if (is_file($deployFile) && is_readable($deployFile)) {
|
||||
// Init Deployer
|
||||
$deployer = new \Deployer\Deployer(
|
||||
new \Symfony\Component\Console\Application('Deployer', '1.0.0'),
|
||||
new \Symfony\Component\Console\Application('Deployer', '1.0.1'),
|
||||
new \Symfony\Component\Console\Input\ArgvInput(),
|
||||
new \Symfony\Component\Console\Output\ConsoleOutput()
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user