mark geth v1.8.19 beta

This commit is contained in:
Ikmyeong Na 2018-12-01 14:38:43 +09:00
parent dae82f0985
commit 9caf3b1b55
No known key found for this signature in database
GPG key ID: EC674310ADADE2CA

View file

@ -21,10 +21,10 @@ import (
)
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 8 // Minor version component of the current release
VersionPatch = 19 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
VersionMajor = 1 // Major version component of the current release
VersionMinor = 8 // Minor version component of the current release
VersionPatch = 19 // Patch version component of the current release
VersionMeta = "beta" // Version metadata to append to the version string
)
// Version holds the textual version string.