From 9161eeac0be453f99258d8f2e73acbf08a9ab433 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Tue, 10 Jun 2014 16:11:51 +0200 Subject: [PATCH] add correct output for --version --- bin/phpcb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/phpcb b/bin/phpcb index ec99be2..731593b 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(); +$app = new PHPCodeBrowser\Application('PHP_CodeBrowser', '1.1.1'); $app->run();