There was an error while loading. Please reload this page.
1 parent a3b8c95 commit d2cbc18Copy full SHA for d2cbc18
bin/envoy
@@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../vendor/autoload.php')) {
7
require __DIR__.'/../../../autoload.php';
8
}
9
10
-$app = new Symfony\Component\Console\Application('Laravel Envoy', '2.2.0');
+$app = new Symfony\Component\Console\Application('Laravel Envoy', '2.3.1');
11
12
$app->add(new Laravel\Envoy\Console\RunCommand);
13
$app->add(new Laravel\Envoy\Console\SshCommand);
0 commit comments