From f75ed0890138df968d438d69a153b50976edfb77 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 22 Mar 2021 10:18:13 +0000 Subject: [PATCH] Bumps version --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index 76a920d2..6f89b1ff 100755 --- a/vapor +++ b/vapor @@ -71,7 +71,7 @@ require __DIR__.'/services.php'; /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.13.0'); +$app = new Application('Laravel Vapor', '1.14.0'); // Authentication... $app->add(new Commands\LoginCommand);