diff --git a/vapor b/vapor index 758eb7ba..c511ba47 100755 --- a/vapor +++ b/vapor @@ -71,7 +71,7 @@ require __DIR__.'/services.php'; /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.9.0'); +$app = new Application('Laravel Vapor', '1.10.0'); // Authentication... $app->add(new Commands\LoginCommand);