From 0835029efed6de613a4d3e6ad0e568089ff8f35e Mon Sep 17 00:00:00 2001 From: Michael Moll Date: Tue, 19 Mar 2024 23:19:52 +0100 Subject: [PATCH] Bump version to 4.0.1 --- bin/phpcb | 2 +- box.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }