params: go-ethereum v1.12.0 stable

pull/27445/head v1.12.0
Martin Holst Swende 2 years ago
parent 33fdd030b1
commit e501b3b05d
No known key found for this signature in database
GPG Key ID: 683B438C05A5DDF0
  1. 6
      params/version.go

@ -22,9 +22,9 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 11 // Minor version component of the current release
VersionPatch = 7 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
VersionMinor = 12 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)
// Version holds the textual version string.

Loading…
Cancel
Save