From fba3f64bee82ff0947b243e731cac141649fcebb Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 22 Nov 2021 10:36:55 +0000 Subject: [PATCH] Release v1.32.0 --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index 35907184..d5ed2193 100755 --- a/vapor +++ b/vapor @@ -69,7 +69,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.31.0'); +$app = new Application('Laravel Vapor', '1.32.0'); // Authentication... $app->add(new Commands\LoginCommand);