diff --git a/vapor b/vapor index c5d8cd33..ebe23346 100755 --- a/vapor +++ b/vapor @@ -68,7 +68,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.46.0'); +$app = new Application('Laravel Vapor', '1.52.0'); // Authentication... $app->add(new Commands\LoginCommand);