From ebb75c786bc106cf8f08480c66f32dea71ca830f Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 9 Nov 2021 15:29:31 +0000 Subject: [PATCH] Release v1.31.0 --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index 06f87fce..35907184 100755 --- a/vapor +++ b/vapor @@ -69,7 +69,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.29.0'); +$app = new Application('Laravel Vapor', '1.31.0'); // Authentication... $app->add(new Commands\LoginCommand);