From 0fc1361755a8780e68c4a434b5a62210410c97f9 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 22 Jun 2021 14:38:18 +0100 Subject: [PATCH] Release v1.21.0 --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index 15b2b3da..3a6d7d24 100755 --- a/vapor +++ b/vapor @@ -69,7 +69,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.20.3'); +$app = new Application('Laravel Vapor', '1.21.0'); // Authentication... $app->add(new Commands\LoginCommand);