From 98a823307b2afe8aba9f036cc8fcad2c2256b92b Mon Sep 17 00:00:00 2001 From: Mohamed Said Date: Mon, 13 Jan 2020 10:34:02 +0200 Subject: [PATCH] update version number --- vapor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapor b/vapor index 62d98f54..5ea4cd58 100755 --- a/vapor +++ b/vapor @@ -52,7 +52,7 @@ require __DIR__.'/services.php'; /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.4.6'); +$app = new Application('Laravel Vapor', '1.4.7'); // Authentication... $app->add(new Commands\LoginCommand);