params: go-ethereum v1.11.0 stable

pull/26703/head v1.11.0
Martin Holst Swende 2 years ago
parent 7fb42e6db2
commit 18b641b064
No known key found for this signature in database
GPG Key ID: 683B438C05A5DDF0
  1. 8
      params/version.go

@ -21,10 +21,10 @@ import (
)
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 11 // 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
VersionMajor = 1 // Major version component of the current release
VersionMinor = 11 // 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