From 64b9d8a75b09f38d02929d0c4fbb80d82b90423f Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 28 Nov 2019 10:50:23 +0100 Subject: [PATCH] version --- bin/envoy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/envoy b/bin/envoy index f0196028..61177c6d 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.1'); +$app = new Symfony\Component\Console\Application('Laravel Envoy', '1.6.3'); $app->add(new Laravel\Envoy\Console\RunCommand); $app->add(new Laravel\Envoy\Console\SshCommand);