diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-04-17 16:20:53 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-04-17 16:20:53 +0800 |
commit | 2423ae01e0d2f853512eb2b46954b5ad0754a897 (patch) | |
tree | d95624dc107a21e099f465164a51dc98bdd0275d /params | |
parent | 92c6d13083a0f672a0379bfd33f67e8dec055590 (diff) | |
download | dexon-2423ae01e0d2f853512eb2b46954b5ad0754a897.tar.gz dexon-2423ae01e0d2f853512eb2b46954b5ad0754a897.tar.zst dexon-2423ae01e0d2f853512eb2b46954b5ad0754a897.zip |
params: release Geth v1.8.4
Diffstat (limited to 'params')
-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 181f84631..f06a05da2 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 = 4 // 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 = 4 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |