Commit cf4b285b authored by Taylor Otwell's avatar Taylor Otwell

increment version

parent 4fb1667d
......@@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../../autoload.php')) {
require __DIR__.'/vendor/autoload.php';
}
$app = new Symfony\Component\Console\Application('Laravel Installer', '1.2.2');
$app = new Symfony\Component\Console\Application('Laravel Installer', '1.3.0');
$app->add(new Laravel\Installer\Console\NewCommand);
$app->run();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment