From 483aebe14e5788a7b491d50120160556fea8704d Mon Sep 17 00:00:00 2001 From: Isman Usoh Date: Mon, 27 May 2024 20:03:15 +0700 Subject: [PATCH] params: release BKC v2.1.1 --- params/version.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/params/version.go b/params/version.go index 39480ec0d..05d6bd4a6 100644 --- a/params/version.go +++ b/params/version.go @@ -23,7 +23,7 @@ import ( const ( VersionMajor = 2 // Major version component of the current release VersionMinor = 1 // Minor version component of the current release - VersionPatch = 0 // Patch 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 ) @@ -43,7 +43,8 @@ var VersionWithMeta = func() string { // ArchiveVersion holds the textual version string used for Geth 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" {