From 736ee8570112148a591845b0294af0e19ec6b042 Mon Sep 17 00:00:00 2001 From: Ran Mishael Date: Mon, 23 Dec 2024 12:20:33 +0100 Subject: [PATCH] 4.2.4 --- 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 3e5d46972c..c7d0a975f8 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.2" + TARGET_VERSION = "4.2.4" MIN_VERSION = "3.1.0" )