From 04271d87e49a982508ff479931716df9d8a2e0de Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 13 Jul 2022 14:36:20 +0100 Subject: [PATCH] Release v1.41.0 --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index e34dc31d..932c078e 100755 --- a/vapor +++ b/vapor @@ -69,7 +69,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.40.0'); +$app = new Application('Laravel Vapor', '1.41.0'); // Authentication... $app->add(new Commands\LoginCommand);