Skip to content

Commit 819a519

Browse files
authored
Update envoy
1 parent d2a0a1e commit 819a519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/envoy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../vendor/autoload.php')) {
77
require __DIR__.'/../../../autoload.php';
88
}
99

10-
$app = new Symfony\Component\Console\Application('Laravel Envoy', '2.10.1');
10+
$app = new Symfony\Component\Console\Application('Laravel Envoy', '2.10.2');
1111

1212
$app->add(new Laravel\Envoy\Console\RunCommand);
1313
$app->add(new Laravel\Envoy\Console\SshCommand);

0 commit comments

Comments
 (0)