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" )