From 28f28bda187a9bcca063192f2831020316c08015 Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Tue, 26 Mar 2024 12:32:31 -0700 Subject: [PATCH] Release v7.0.2-sunflower --- params/version.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/params/version.go b/params/version.go index 2e31b33878b6..0a240bb0f857 100644 --- a/params/version.go +++ b/params/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 7 // Major version component of the current release - VersionMinor = 0 // 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 = 7 // Major version component of the current release + VersionMinor = 0 // Minor version component of the current release + VersionPatch = 2 // Patch version component of the current release + VersionMeta = "sunflower" // Version metadata to append to the version string ) // Version holds the textual version string. @@ -43,7 +43,8 @@ var VersionWithMeta = func() string { // ArchiveVersion holds the textual version string used for Gubiq archives. // e.g. "1.8.11-dea1ce05" for stable releases, or -// "1.8.13-unstable-21c059b6" for unstable releases +// +// "1.8.13-unstable-21c059b6" for unstable releases func ArchiveVersion(gitCommit string) string { vsn := Version if VersionMeta != "stable" {