Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Jun 15, 2017
1 parent b865dd2 commit 0971b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpdox
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if (!$found) {

$factory = new TheSeer\phpDox\Factory(
new \TheSeer\phpDox\FileInfo(__DIR__),
new \TheSeer\phpDox\Version('0.11.0-dev')
new \TheSeer\phpDox\Version('0.10.0')
);
exit($factory->getCLI()->run(
new TheSeer\phpDox\CLIOptions($_SERVER['argv'])
Expand Down

0 comments on commit 0971b94

Please sign in to comment.