fix version in user interface
[bdrem.git] / src / bdrem / UserInterface.php
index ea0e1421acf1772da589a0cdc0f5e05557c179f9..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',