From 0409941dc05365b643a85206a733004d299bb0d2 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 28 Jun 2021 11:50:04 +0100 Subject: [PATCH] Release v1.22.1 --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index 7b8dd1f8..c996e620 100755 --- a/vapor +++ b/vapor @@ -69,7 +69,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.22.0'); +$app = new Application('Laravel Vapor', '1.22.1'); // Authentication... $app->add(new Commands\LoginCommand);