From e1638dfcd5154051426f4a2500cae5c0ac98aea5 Mon Sep 17 00:00:00 2001 From: Elad Gildnur Date: Mon, 6 Jan 2025 14:27:20 +0200 Subject: [PATCH] Update protocol version to 4.2.5 --- 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 c7d0a975f8..11d85ef54f 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.2.4" + TARGET_VERSION = "4.2.5" MIN_VERSION = "3.1.0" )