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