From 5b8f6fa8b1aae5214d3187bfc55f79b080b89bdc Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 19 Nov 2024 14:44:06 -0600 Subject: [PATCH] version --- bin/envoy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/envoy b/bin/envoy index 10216b3..c88986c 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', '2.9.0'); +$app = new Symfony\Component\Console\Application('Laravel Envoy', '2.10.0'); $app->add(new Laravel\Envoy\Console\RunCommand); $app->add(new Laravel\Envoy\Console\SshCommand);