Skip to content

Commit

Permalink
Bump to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Aug 3, 2023
1 parent 8f24fa7 commit 9b4aeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mantle
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( 'Mantle Installer', '1.0.4' );
$app = new Symfony\Component\Console\Application( 'Mantle Installer', '1.0.5' );
$app->add( new Mantle\Installer\Console\Install_Command() );

$app->run();

0 comments on commit 9b4aeed

Please sign in to comment.