From 34ff218d94facf7506d0c86eb8347178e4f5b585 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 28 Nov 2019 12:29:09 +0100 Subject: [PATCH] version --- bin/envoy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/envoy b/bin/envoy index 61177c6d..fc4cd88e 100755 --- a/bin/envoy +++ b/bin/envoy @@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../vendor/autoload.php')) { require __DIR__.'/../../../autoload.php'; } -$app = new Symfony\Component\Console\Application('Laravel Envoy', '1.6.3'); +$app = new Symfony\Component\Console\Application('Laravel Envoy', '1.6.4'); $app->add(new Laravel\Envoy\Console\RunCommand); $app->add(new Laravel\Envoy\Console\SshCommand);