Commit 07304ad8 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #54 from lkoenigsberger/patch-1

fix Version information
parents 504bde5b 04e92389
......@@ -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.3');
$app = new Symfony\Component\Console\Application('Laravel Installer', '1.3.4');
$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