version: go-ethereum v1.14.12 stable

pull/30769/head
Martin Holst Swende 5 days ago
parent e20150f888
commit c64cf28f9c
No known key found for this signature in database
GPG Key ID: 683B438C05A5DDF0
  1. 8
      version/version.go

@ -17,8 +17,8 @@
package version package version
const ( const (
Major = 1 // Major version component of the current release Major = 1 // Major version component of the current release
Minor = 14 // Minor version component of the current release Minor = 14 // Minor version component of the current release
Patch = 12 // Patch 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 Meta = "stable" // Version metadata to append to the version string
) )

Loading…
Cancel
Save