From be5b730774978e99a8c8a219de96f8f6c60ba974 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 13 Jan 2023 16:34:30 +0000 Subject: [PATCH] Release 1.52.0 --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index c5d8cd33..ebe23346 100755 --- a/vapor +++ b/vapor @@ -68,7 +68,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.46.0'); +$app = new Application('Laravel Vapor', '1.52.0'); // Authentication... $app->add(new Commands\LoginCommand);