Skip to content

Commit 0835029

Browse files
committed
Bump version to 4.0.1
1 parent 8803324 commit 0835029

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/phpcb

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) {
5353
include_once __DIR__ . '/../vendor/autoload.php';
5454
}
5555

56-
$app = new PHPCodeBrowser\Application('PHP_CodeBrowser', '4.0.0');
56+
$app = new PHPCodeBrowser\Application('PHP_CodeBrowser', '4.0.1');
5757
$app->run();

box.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
],
3131
"git-commit": "git-commit",
3232
"git-version": "git-version",
33-
"output": "phpcb-4.0.0.phar"
33+
"output": "phpcb-4.0.1.phar"
3434
}

0 commit comments

Comments
 (0)