diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-06-12 22:02:14 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-06-12 22:02:14 +0800 |
commit | dea1ce052a10cd7d401a5c04f83f371a06fe293c (patch) | |
tree | 7e1be6280324d6ac14d558930fe3351b8cf19463 | |
parent | 25982375a8ed57f623775951e6cdef21bfbc2b34 (diff) | |
download | dexon-dea1ce052a10cd7d401a5c04f83f371a06fe293c.tar.gz dexon-dea1ce052a10cd7d401a5c04f83f371a06fe293c.tar.zst dexon-dea1ce052a10cd7d401a5c04f83f371a06fe293c.zip |
params: release go-ethereum v1.8.11
-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 8689ccba7..327477d26 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 = 11 // 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 = 11 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |