From d0ffd440069eb83d9472c1cfec8dffa6a5e7b374 Mon Sep 17 00:00:00 2001 From: Ran Mishael Date: Thu, 19 Dec 2024 15:03:59 +0100 Subject: [PATCH] feat: PRT - 4.2.2 --- 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 cc76214289..3e5d46972c 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 = "4.2.1" + TARGET_VERSION = "4.2.2" MIN_VERSION = "3.1.0" )