From fe7be969c7c4ccd113cac47882de08efc4f623aa Mon Sep 17 00:00:00 2001 From: Joe Dixon Date: Mon, 19 Feb 2024 08:56:57 +0000 Subject: [PATCH] bump version --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index f957dce..2769eaa 100755 --- a/vapor +++ b/vapor @@ -68,7 +68,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.63.0'); +$app = new Application('Laravel Vapor', '1.64.0'); // Authentication... $app->add(new Commands\LoginCommand);