diff --git a/x/protocol/types/params.go b/x/protocol/types/params.go index 167c24e046..f10f41d29e 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.5" + TARGET_VERSION = "4.1.6" MIN_VERSION = "3.1.0" )