From 6c32c56f1e12f3a05f1b214b61bb2b3f35056408 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 13 May 2022 09:31:22 +0100 Subject: [PATCH] Release v1.38.0 --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index 58124047..97fb4f35 100755 --- a/vapor +++ b/vapor @@ -69,7 +69,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.37.0'); +$app = new Application('Laravel Vapor', '1.38.0'); // Authentication... $app->add(new Commands\LoginCommand);