Commit ecf0f2b0 authored by Taylor Otwell's avatar Taylor Otwell

increment version

parent 0cc1b903
......@@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../../autoload.php')) {
require __DIR__.'/vendor/autoload.php';
}
$app = new Symfony\Component\Console\Application('Laravel Installer', '1.3.1');
$app = new Symfony\Component\Console\Application('Laravel Installer', '1.3.2');
$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