From 3addc502214f16786e8d440e020e4dedcc32c5e9 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 18 Jul 2022 17:03:10 +0100 Subject: [PATCH] Release v1.42.0 --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index dcbb90a4..957fa18d 100755 --- a/vapor +++ b/vapor @@ -68,7 +68,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.41.0'); +$app = new Application('Laravel Vapor', '1.42.0'); // Authentication... $app->add(new Commands\LoginCommand);