From 48a35495e30c744a37b8291377d3eabc85d3bc9c Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 19 Oct 2021 09:47:36 +0100 Subject: [PATCH] Release v1.28.0 --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index e0c48d70..0df3ffa2 100755 --- a/vapor +++ b/vapor @@ -69,7 +69,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.27.0'); +$app = new Application('Laravel Vapor', '1.28.0'); // Authentication... $app->add(new Commands\LoginCommand);