From 091dfe3f5d6a2afd9616810eb45b4bf689285812 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 9 Dec 2021 17:13:33 +0000 Subject: [PATCH] Release v1.33.0 --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index 7dc71102..f346a743 100755 --- a/vapor +++ b/vapor @@ -69,7 +69,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.32.1'); +$app = new Application('Laravel Vapor', '1.33.0'); // Authentication... $app->add(new Commands\LoginCommand);