From a3d868d1c2a0ce178a3229757b6e6988b2ad2a60 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 13 Jan 2022 11:59:18 +0000 Subject: [PATCH] Release v1.35.0 --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index 8f884112..bf550064 100755 --- a/vapor +++ b/vapor @@ -69,7 +69,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.34.0'); +$app = new Application('Laravel Vapor', '1.35.0'); // Authentication... $app->add(new Commands\LoginCommand);