From 7120dd2988165fa23a3e9119f197e1bd4e1fc291 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 6 Sep 2022 11:47:59 +0100 Subject: [PATCH] Release v1.44.0 --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index 957fa18d..911c468e 100755 --- a/vapor +++ b/vapor @@ -68,7 +68,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.42.0'); +$app = new Application('Laravel Vapor', '1.44.0'); // Authentication... $app->add(new Commands\LoginCommand);