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