Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit f9a8b16

Browse files
committed
bump version
1 parent bae1abc commit f9a8b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lucid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $commands = [
2121
new Lucid\Console\Commands\FeaturesListCommand(),
2222
];
2323

24-
$app = new Symfony\Component\Console\Application('Lucid Console', '0.4.1');
24+
$app = new Symfony\Component\Console\Application('Lucid Console', '0.5.0');
2525
array_walk($commands, [$app, 'add']);
2626

2727
$app->run();

0 commit comments

Comments
 (0)