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