From dcc546c8b00e661d5a4df420aacb00ef4a63d8e4 Mon Sep 17 00:00:00 2001 From: Ran Mishael Date: Thu, 16 Jan 2025 15:59:08 +0100 Subject: [PATCH] increase minimum version + protocol version to 4.2.8 / 4.2.1 --- x/protocol/types/params.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/protocol/types/params.go b/x/protocol/types/params.go index 3bb2ddb633..435bb00d46 100644 --- a/x/protocol/types/params.go +++ b/x/protocol/types/params.go @@ -12,8 +12,8 @@ import ( var _ paramtypes.ParamSet = (*Params)(nil) const ( - TARGET_VERSION = "4.2.7" - MIN_VERSION = "3.1.0" + TARGET_VERSION = "4.2.8" + MIN_VERSION = "4.2.1" ) var (