From a3dd8bdaab1efd6521d33cf619860bf11ffa80d4 Mon Sep 17 00:00:00 2001 From: Arne Blankerts Date: Sun, 2 Jul 2017 15:07:58 +0200 Subject: [PATCH] Start 0.11.0-dev --- phpdox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdox b/phpdox index 6030bfaf..0e76af54 100755 --- a/phpdox +++ b/phpdox @@ -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'])