From 08519077fad8a7dc0f6b46371dc3dbfa15e80da4 Mon Sep 17 00:00:00 2001 From: Yaroms <103432884+Yaroms@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:46:46 +0300 Subject: [PATCH] up the version for the protocol (#1484) Co-authored-by: Yaroms --- x/protocol/types/params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/protocol/types/params.go b/x/protocol/types/params.go index c8a7421306..044742978b 100644 --- a/x/protocol/types/params.go +++ b/x/protocol/types/params.go @@ -12,7 +12,7 @@ import ( var _ paramtypes.ParamSet = (*Params)(nil) const ( - TARGET_VERSION = "2.1.1" + TARGET_VERSION = "2.1.2" MIN_VERSION = "1.2.3" )