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