Skip to content

Commit

Permalink
Bump version to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Mar 19, 2024
1 parent 8803324 commit 0835029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/phpcb
Original file line number Diff line number Diff line change
Expand Up @@ -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();
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
],
"git-commit": "git-commit",
"git-version": "git-version",
"output": "phpcb-4.0.0.phar"
"output": "phpcb-4.0.1.phar"
}

0 comments on commit 0835029

Please sign in to comment.