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 8803324 commit 0835029Copy full SHA for 0835029
bin/phpcb
@@ -53,5 +53,5 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) {
53
include_once __DIR__ . '/../vendor/autoload.php';
54
}
55
56
-$app = new PHPCodeBrowser\Application('PHP_CodeBrowser', '4.0.0');
+$app = new PHPCodeBrowser\Application('PHP_CodeBrowser', '4.0.1');
57
$app->run();
box.json
@@ -30,5 +30,5 @@
30
],
31
"git-commit": "git-commit",
32
"git-version": "git-version",
33
- "output": "phpcb-4.0.0.phar"
+ "output": "phpcb-4.0.1.phar"
34
0 commit comments