From 656324589ae2de7b25701d099094fbf4cac82843 Mon Sep 17 00:00:00 2001 From: Elad Gildnur Date: Sun, 8 Dec 2024 16:34:58 +0200 Subject: [PATCH] Set protocol version to 4.2.1 --- x/protocol/types/params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/protocol/types/params.go b/x/protocol/types/params.go index f10f41d29e..cc76214289 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.6" + TARGET_VERSION = "4.2.1" MIN_VERSION = "3.1.0" )