Skip to content

Commit 6f93e84

Browse files
committed
bump version
1 parent e1196c2 commit 6f93e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/tailpress

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

10-
$app = new Symfony\Component\Console\Application('TailPress Installer', '3.0.0');
10+
$app = new Symfony\Component\Console\Application('TailPress Installer', '4.0.0');
1111

1212
$app->add(new \TailPress\Installer\Console\NewCommand);
1313

0 commit comments

Comments
 (0)