diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-05-14 18:14:17 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-05-14 18:14:17 +0800 |
commit | 2688dab48c9b8ae71b8d95c7678817eaa17f2b53 (patch) | |
tree | 467017d5fa7f357e2907ac90ee99f8982706daa4 /params/version.go | |
parent | 595b47e5359568a49d36891f7ca60737c720cfc2 (diff) | |
download | dexon-2688dab48c9b8ae71b8d95c7678817eaa17f2b53.tar.gz dexon-2688dab48c9b8ae71b8d95c7678817eaa17f2b53.tar.zst dexon-2688dab48c9b8ae71b8d95c7678817eaa17f2b53.zip |
params: release go-ethereum v1.8.8
Diffstat (limited to 'params/version.go')
-rw-r--r-- | params/version.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/params/version.go b/params/version.go index 8b96f2516..5d0ab7c03 100644 --- a/params/version.go +++ b/params/version.go @@ -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 = 8 // 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 = 8 // Minor version component of the current release + VersionPatch = 8 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |