Skip to content

Commit

Permalink
Increase dev version on master
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Jun 15, 2017
1 parent 0971b94 commit b09f4c4
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.10.0')
new \TheSeer\phpDox\Version('0.11.0-dev')
);
exit($factory->getCLI()->run(
new TheSeer\phpDox\CLIOptions($_SERVER['argv'])
Expand Down

0 comments on commit b09f4c4

Please sign in to comment.