Skip to content

Commit

Permalink
release: 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fanbsb committed Sep 8, 2022
1 parent ae968ab commit a680904
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
VersionMinor = 2 // Minor version component of the current release
VersionPatch = 0 // 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.
Expand All @@ -44,7 +44,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" {
Expand Down

0 comments on commit a680904

Please sign in to comment.