version: go-ethereum v1.14.12 stable
This commit is contained in:
parent
f3c19b1a1e
commit
293a300d64
|
@ -17,8 +17,8 @@
|
|||
package version
|
||||
|
||||
const (
|
||||
Major = 1 // Major version component of the current release
|
||||
Minor = 14 // Minor version component of the current release
|
||||
Patch = 12 // Patch version component of the current release
|
||||
Meta = "unstable" // Version metadata to append to the version string
|
||||
Major = 1 // Major version component of the current release
|
||||
Minor = 14 // Minor version component of the current release
|
||||
Patch = 12 // Patch version component of the current release
|
||||
Meta = "stable" // Version metadata to append to the version string
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue