Geth 1.9 stable

This commit is contained in:
Yohan Graterol 2018-05-28 20:48:10 -05:00
commit 4dcf32ddeb

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 = 8 // Minor version component of the current release VersionMinor = 8 // Minor version component of the current release
VersionPatch = 9 // Patch version component of the current release VersionPatch = 9 // Patch version component of the current release
VersionMeta = "CLO unstable" // Version metadata to append to the version string VersionMeta = "CLO stable" // Version metadata to append to the version string
) )
// Version holds the textual version string. // Version holds the textual version string.