diff --git a/x/protocol/types/params.go b/x/protocol/types/params.go index c8a7421306..044742978b 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 = "2.1.1" + TARGET_VERSION = "2.1.2" MIN_VERSION = "1.2.3" )