Skip to content

Commit

Permalink
tag 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
calbrecht committed Feb 20, 2018
1 parent 7759a27 commit d1753d4
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('PHP_CodeBrowser', '1.1.3');
$app = new PHPCodeBrowser\Application('PHP_CodeBrowser', '1.1.4');
$app->run();

0 comments on commit d1753d4

Please sign in to comment.