diff --git a/vapor b/vapor index 15b2b3da..3a6d7d24 100755 --- a/vapor +++ b/vapor @@ -69,7 +69,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.20.3'); +$app = new Application('Laravel Vapor', '1.21.0'); // Authentication... $app->add(new Commands\LoginCommand);