From 8b76a7f39e16b9b170aad82cdb9ccfa2b62cac79 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 17 Dec 2024 12:28:23 -0600 Subject: [PATCH] wip --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index 8a32934..8f876ce 100755 --- a/vapor +++ b/vapor @@ -68,7 +68,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.65.2'); +$app = new Application('Laravel Vapor', '1.65.3'); // Authentication... $app->add(new Commands\LoginCommand);