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