params: go-ethereum v1.11.6 stable

This commit is contained in:
Martin Holst Swende 2023-04-20 20:14:51 +02:00 committed by devopsbo3
parent 03e5d4fce7
commit 3d7c024a36

View file

@ -24,7 +24,7 @@ const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 11 // Minor version component of the current release
VersionPatch = 6 // 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.