From c03eb7c9f2b6ea409d0ecd31fc0cbc9418480563 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 23 May 2024 10:56:34 +0200 Subject: [PATCH] version --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index 3def8aa..f5456af 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.0'); +$app = new Application('Laravel Vapor', '1.65.1'); // Authentication... $app->add(new Commands\LoginCommand);