From c20fcca0ebfe4b9efb59680fa76a34c7cd2f288c Mon Sep 17 00:00:00 2001 From: Brian Deery Date: Fri, 23 Jun 2017 18:26:47 -0500 Subject: [PATCH] increase version --- wallet/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/util.go b/wallet/util.go index 72d859d..b1618ef 100644 --- a/wallet/util.go +++ b/wallet/util.go @@ -13,7 +13,7 @@ import ( const ( SeedLength = 64 - Version = "0.2.2.3" + Version = "0.2.2.4" ApiVersion = "2.0" )