From 5b21351f57d5396221cf05fbbeaf312d4a3de7c1 Mon Sep 17 00:00:00 2001 From: Shane Bammel Date: Fri, 24 Sep 2021 11:26:04 -0500 Subject: [PATCH] Updated version constants, 0.4.1 release --- params/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/params/version.go b/params/version.go index 90382800d..1113a4767 100644 --- a/params/version.go +++ b/params/version.go @@ -21,11 +21,11 @@ import ( ) const ( - VersionMajor = 1 // Major version component of the current release - VersionMinor = 10 // Minor version component of the current release - VersionPatch = 8 // Patch version component of the current release + VersionMajor = 0 // Major version component of the current release + VersionMinor = 4 // Minor version component of the current release + VersionPatch = 1 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string - VariantMeta = "pulse" // Version metadata to append to the version string + VariantMeta = "pulse" // Version metadata to append to the version string ) // Version holds the textual version string.