diff --git a/bin/ucoind b/bin/ucoind
index e8154defcc6c4d9ce1b4440b76dfde672424b5f3..4520bb24cb568f2a4639a4472f8c697c607542f9 100755
--- a/bin/ucoind
+++ b/bin/ucoind
@@ -25,7 +25,7 @@ function keys (val) {
 var DO_NOT_LISTEN_HTTP = false;
 
 program
-  .version('0.9.2')
+  .version('0.9.3')
   .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 2b8197ec887f821a51c2c3162a04a3bc7b6b5c73..be206cbc8dc35f361a0e328efcba7b6128da92be 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ucoin",
-  "version": "0.9.2",
+  "version": "0.9.3",
   "private": false,
   "description": "Crypto-currency software allowing to build P2P free currencies",
   "main": "bin/ucoin",