From: Christian Weiske Date: Mon, 28 Aug 2017 17:57:26 +0000 (+0200) Subject: Prepare 0.5.1 X-Git-Tag: v0.5.1 X-Git-Url: https://git.cweiske.de/shpub.git/commitdiff_plain/refs/tags/v0.5.1 Prepare 0.5.1 --- diff --git a/ChangeLog b/ChangeLog index 3c884d6..abd9b0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-08-28 Christian Weiske + + * Fix version output: Show correct version + * Version 0.5.1 + 2017-08-28 Christian Weiske * Add connection detail mode to "server" command diff --git a/build.xml b/build.xml index c57735d..8cb1392 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ - + diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index 6cc77dc..a7e658d 100644 --- a/src/shpub/Cli.php +++ b/src/shpub/Cli.php @@ -95,7 +95,7 @@ class Cli $optParser = new \Console_CommandLine(); $optParser->name = 'shpub'; $optParser->description = 'Command line micropub client'; - $optParser->version = '0.3.0'; + $optParser->version = '0.5.1'; $optParser->subcommand_required = true; $optParser->addOption(