diff --git a/x/protocol/types/params.go b/x/protocol/types/params.go index ba2afd4a2a..27ce27395b 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.1.1" + TARGET_VERSION = "4.1.2" MIN_VERSION = "3.1.0" )