From 73532eb19bb0b706f5b0e6b9b703e4533d6d5784 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 23 Jun 2021 16:10:57 +0100 Subject: [PATCH] Release v1.22.0 --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index 89f32788..7b8dd1f8 100755 --- a/vapor +++ b/vapor @@ -69,7 +69,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.21.0'); +$app = new Application('Laravel Vapor', '1.22.0'); // Authentication... $app->add(new Commands\LoginCommand);