From af080845cc01ae899f31817e2e2c2ac07aad1f4e Mon Sep 17 00:00:00 2001 From: iquidus Date: Wed, 15 Dec 2021 19:19:18 -0500 Subject: [PATCH] bump version from v5.3.2-develop to v5.4.0-champagne --- params/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/params/version.go b/params/version.go index 2e87263d97b1..f156ab52deb6 100644 --- a/params/version.go +++ b/params/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 5 // Major version component of the current release - VersionMinor = 3 // Minor version component of the current release - VersionPatch = 2 // Patch version component of the current release - VersionMeta = "develop" // Version metadata to append to the version string + VersionMajor = 5 // Major version component of the current release + VersionMinor = 4 // Minor version component of the current release + VersionPatch = 0 // Patch version component of the current release + VersionMeta = "champagne" // Version metadata to append to the version string ) // Version holds the textual version string.