Skip to content

Commit

Permalink
params: release go-ethereum v1.14.2 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed May 8, 2024
1 parent eeb2208 commit 35b2d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/version.go
Expand Up @@ -24,7 +24,7 @@ const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 14 // Minor version component of the current release
VersionPatch = 2 // 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 Down

0 comments on commit 35b2d07

Please sign in to comment.