From 7928a79d65e6f40e799c12b306a5a53e451b48ad Mon Sep 17 00:00:00 2001 From: Philip Fan Date: Wed, 7 Dec 2022 14:03:57 +0800 Subject: [PATCH] release: 5.0.1 --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index d14623ad..51a07866 100644 --- a/params/version.go +++ b/params/version.go @@ -25,7 +25,7 @@ const ( VersionMinor = 0 // Minor version component of the current release VersionPatch = 1 // Patch version component of the current release - VersionMeta = "unstable" // Version metadata to append to the version string + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string.