Commit 04e92389 authored by Ludwig Königsberger's avatar Ludwig Königsberger Committed by GitHub

fix Version information

parent 504bde5b
...@@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../../autoload.php')) { ...@@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../../autoload.php')) {
require __DIR__.'/vendor/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->add(new Laravel\Installer\Console\NewCommand);
$app->run(); $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