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