From f8e7ad577ad73f864c376235b7f8bd359d3321b1 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Sat, 5 Dec 2015 18:18:47 +0100
Subject: [PATCH] Fix: last version is 0.12.2

---
 install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh
index 8572a4e28..2a7a458f7 100644
--- a/install.sh
+++ b/install.sh
@@ -11,7 +11,7 @@ if [ -z "$UCOIN_DIR" ]; then
 fi
 
 ucoin_latest_version() {
-  echo "v0.12.1"
+  echo "v0.12.2"
 }
 
 ucoin_repo_url() {
-- 
GitLab