Release 0.7.0
[shpub.git] / src / shpub / Cli.php
index fcc6070b436991de008a3592a6994f4cc1a3a582..83eb5b6ff6bd9136796b1cc9063d5c0940e9d60a 100644 (file)
@@ -96,7 +96,7 @@ class Cli
         $optParser = new \Console_CommandLine();
         $optParser->name        = 'shpub';
         $optParser->description = 'Command line micropub client';
-        $optParser->version     = '0.6.0';
+        $optParser->version     = '0.7.0';
         $optParser->subcommand_required = true;
 
         $optParser->addOption(
@@ -125,7 +125,8 @@ class Cli
             array(
                 'short_name'  => '-n',
                 'long_name'   => '--dry-run',
-                'description' => 'Do not send modifying HTTP request(s) to the server',
+                'description' => 'Do not send modifying HTTP request(s)'
+                    . ' to the server',
                 'action'      => 'StoreTrue',
                 'default'     => false,
             )