From a77b14c8f5d93e9bee14fa07a0aee9abab40c041 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 5 Jul 2021 19:23:05 +0100 Subject: [PATCH] Release v1.22.2 --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index c996e620..950dd48c 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.1'); +$app = new Application('Laravel Vapor', '1.22.2'); // Authentication... $app->add(new Commands\LoginCommand);