From 807d24ab319f3dc787763f8d48b4215714a2584c Mon Sep 17 00:00:00 2001 From: Ran Mishael <106548467+ranlavanet@users.noreply.github.com> Date: Thu, 16 May 2024 11:35:24 +0200 Subject: [PATCH] chore: lavap v2.0.3 (#1442) --- 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 4f895a2918..373b441f12 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.0.1" + TARGET_VERSION = "2.0.3" MIN_VERSION = "1.2.3" )