diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-05-30 16:00:07 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-05-30 16:00:07 +0800 |
commit | eae63c511ceafab14b92e274c1b18bf1700e2d3d (patch) | |
tree | 12e19d558c44077d99c44f23adbc3fc43f61f972 | |
parent | ca34e8230e52805401cff05ca874bc3bc90296e8 (diff) | |
download | dexon-eae63c511ceafab14b92e274c1b18bf1700e2d3d.tar.gz dexon-eae63c511ceafab14b92e274c1b18bf1700e2d3d.tar.zst dexon-eae63c511ceafab14b92e274c1b18bf1700e2d3d.zip |
params: release Geth 1.8.10 hotfix
-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 aa1b7aea4..e38c23293 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 = 10 // 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 = 10 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |