We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1196c2 commit 6f93e84Copy full SHA for 6f93e84
bin/tailpress
@@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) {
7
require __DIR__.'/../vendor/autoload.php';
8
}
9
10
-$app = new Symfony\Component\Console\Application('TailPress Installer', '3.0.0');
+$app = new Symfony\Component\Console\Application('TailPress Installer', '4.0.0');
11
12
$app->add(new \TailPress\Installer\Console\NewCommand);
13
0 commit comments