From 521581f6cf91c2a45ece13428ed537650fb1dedd Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Sat, 20 Sep 2014 16:05:04 +0200
Subject: [PATCH] v0.8.0

---
 bin/ucoind   | 2 +-
 package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/ucoind b/bin/ucoind
index 011e006de..093281ed4 100755
--- a/bin/ucoind
+++ b/bin/ucoind
@@ -24,7 +24,7 @@ function keys (val) {
 var DO_NOT_LISTEN_HTTP = false;
 
 program
-  .version('0.7.0')
+  .version('0.8.0')
   .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 62a59b197..f321f7f8e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ucoin",
-  "version": "0.7.0",
+  "version": "0.8.0",
   "private": false,
   "description": "Crypto-currency software allowing to build P2P free currencies",
   "main": "bin/ucoin",
-- 
GitLab