diff --git a/bin/ucoind b/bin/ucoind index 4acd1cfef640690d687a1bed7e107e98f4e0493e..3163bd8fc2d69eb15a681cb85e7fa321ddb1ed7f 100755 --- a/bin/ucoind +++ b/bin/ucoind @@ -25,7 +25,7 @@ function keys (val) { var DO_NOT_LISTEN_HTTP = false; program - .version('0.8.6') + .version('0.8.7') .usage('<command> [options]') .option('-p, --port <port>', 'Port to listen for requests', parseInt) .option('-c, --currency <name>', 'Name of the currency managed by this node.') diff --git a/package.json b/package.json index 954f394e8924fc6192e8af188349e36323208974..c557ac4e691dc7418d9f93a400d5d387c82b50f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucoin", - "version": "0.8.6", + "version": "0.8.7", "private": false, "description": "Crypto-currency software allowing to build P2P free currencies", "main": "bin/ucoin",