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