fix version in user interface
[bdrem.git] / src / bdrem / UserInterface.php
index 66b72e2c9fcfd4227a83de5593aa7a361ef64f19..ef18493d99e6c3fa8894a454763419eddc1aec92 100644 (file)
@@ -78,7 +78,7 @@ abstract class UserInterface
     {
         $parser = new \Console_CommandLine();
         $parser->description = 'Birthday reminder';
-        $parser->version = '0.1.0';
+        $parser->version = '0.6.0';
 
         $parser->addOption(
             'daysNext',
@@ -113,6 +113,7 @@ abstract class UserInterface
                     'console',
                     'html',
                     'htmltable',
+                    'ical',
                     'mail',
                 ),
                 'default'     => 'console',