Skip to content

Commit 53781cc

Browse files
committed
console app version updated
1 parent cbce4d4 commit 53781cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awes-io

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../../autoload.php')) {
77
require __DIR__.'/vendor/autoload.php';
88
}
99

10-
$app = new Symfony\Component\Console\Application('AwesIO Installer', '0.2.0');
10+
$app = new Symfony\Component\Console\Application('AwesIO Installer', '0.2.4');
1111
$app->add(new AwesIO\Installer\Console\NewCommand);
1212
$app->add(new AwesIO\Installer\Console\DemoCommand);
1313
$app->add(new AwesIO\Installer\Console\KeyCommand);

0 commit comments

Comments
 (0)