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