Skip to content

Commit

Permalink
add correct output for --version
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Jun 10, 2014
1 parent 9015b93 commit 9161eea
Showing 1 changed file with 1 addition and 1 deletion.
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();
$app = new PHPCodeBrowser\Application('PHP_CodeBrowser', '1.1.1');
$app->run();

0 comments on commit 9161eea

Please sign in to comment.