Skip to content

Commit

Permalink
updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
shanerbaner82 committed May 30, 2024
1 parent aa3f70e commit 5c4251a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/filament
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) {
require __DIR__.'/../vendor/autoload.php';
}

$app = new Symfony\Component\Console\Application('Filament Installer', '0.0.2');
$app = new Symfony\Component\Console\Application('Filament Installer', '0.3');
$app->add(new Laravel\Installer\Console\NewCommand);

$app->run();

0 comments on commit 5c4251a

Please sign in to comment.