Skip to content

Commit

Permalink
Start 0.11.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Jul 2, 2017
1 parent d950338 commit a3dd8bd
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 @@ -61,7 +61,7 @@ if (!$found) {

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

0 comments on commit a3dd8bd

Please sign in to comment.