Release 0.1.0
[shpub.git] / src / shpub / Cli.php
index 75f51bdd9c78f120a0de991a7cff283662f472f6..9740f4ea71acea3afe49dab775bc50c5a74529a0 100644 (file)
@@ -90,7 +90,7 @@ class Cli
     {
         $optParser = new \Console_CommandLine();
         $optParser->description = 'shpub';
-        $optParser->version = '0.0.5';
+        $optParser->version = '0.1.0';
         $optParser->subcommand_required = true;
 
         $optParser->addOption(
@@ -166,6 +166,7 @@ class Cli
         Command_Like::opts($optParser);
         Command_Repost::opts($optParser);
         Command_Rsvp::opts($optParser);
+        Command_Bookmark::opts($optParser);
 
         Command_Delete::opts($optParser);
         Command_Undelete::opts($optParser);