From abe7feb4394fabe3b11907b14ce4b78bab000100 Mon Sep 17 00:00:00 2001 From: i-norden Date: Mon, 1 May 2023 16:35:45 -0500 Subject: [PATCH] bump statediff meta version --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index ba3e715c3..36e475176 100644 --- a/params/version.go +++ b/params/version.go @@ -24,7 +24,7 @@ const ( VersionMajor = 1 // Major version component of the current release VersionMinor = 11 // Minor version component of the current release VersionPatch = 5 // Patch version component of the current release - VersionMeta = "statediff-5.0.1-alpha" // Version metadata to append to the version string + VersionMeta = "statediff-5.0.2-alpha" // Version metadata to append to the version string ) // Version holds the textual version string.