From 2e715d9259cb789b72e9753a06474eeda61d0cfa Mon Sep 17 00:00:00 2001 From: Ran Mishael Date: Tue, 3 Dec 2024 13:58:45 +0100 Subject: [PATCH] increase protocol version --- 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 2848f2aeb3..167c24e046 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.4" + TARGET_VERSION = "4.1.5" MIN_VERSION = "3.1.0" )