diff --git a/bin/phpcb b/bin/phpcb index 72ddbe8..8ae4b8d 100755 --- a/bin/phpcb +++ b/bin/phpcb @@ -53,5 +53,5 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) { include_once __DIR__ . '/../vendor/autoload.php'; } -$app = new PHPCodeBrowser\Application('PHP_CodeBrowser', '4.0.0'); +$app = new PHPCodeBrowser\Application('PHP_CodeBrowser', '4.0.1'); $app->run(); diff --git a/box.json b/box.json index 11a976c..7a7d53a 100644 --- a/box.json +++ b/box.json @@ -30,5 +30,5 @@ ], "git-commit": "git-commit", "git-version": "git-version", - "output": "phpcb-4.0.0.phar" + "output": "phpcb-4.0.1.phar" }