params: release go-ethereum v1.12.2

This commit is contained in:
Felix Lange 2023-08-12 11:05:07 +02:00
parent a867039c53
commit bed8460658
1 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@ import (
) )
const ( const (
VersionMajor = 1 // Major version component of the current release VersionMajor = 1 // Major version component of the current release
VersionMinor = 12 // Minor version component of the current release VersionMinor = 12 // Minor version component of the current release
VersionPatch = 2 // Patch 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. // Version holds the textual version string.