From 187e751754c0d941db0df6aae4172fd81bffa4f2 Mon Sep 17 00:00:00 2001 From: Kobs Date: Mon, 1 May 2023 11:03:17 +0200 Subject: [PATCH] Custody module double address protection --- types/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/constants.go b/types/constants.go index bc7f64ff..bc272416 100644 --- a/types/constants.go +++ b/types/constants.go @@ -3,6 +3,6 @@ package types const ( // we set page iteration limit for safety PageIterationLimit = 512 - SekaiVersion = "v0.3.6.30" + SekaiVersion = "v0.3.7.31" CosmosVersion = "v0.45.10" )