diff --git a/vapor b/vapor index 62d98f54..5ea4cd58 100755 --- a/vapor +++ b/vapor @@ -52,7 +52,7 @@ require __DIR__.'/services.php'; /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.4.6'); +$app = new Application('Laravel Vapor', '1.4.7'); // Authentication... $app->add(new Commands\LoginCommand);