From d859aff69254e6b35771087f38f4c8bd5ccf8c10 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 18 Jan 2024 11:10:47 +0000 Subject: [PATCH] Release v1.63.0 --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index 8b62a5af..f957dcea 100755 --- a/vapor +++ b/vapor @@ -68,7 +68,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.61.0'); +$app = new Application('Laravel Vapor', '1.63.0'); // Authentication... $app->add(new Commands\LoginCommand);