aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-05-14 18:14:17 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-05-14 18:14:17 +0800
commit2688dab48c9b8ae71b8d95c7678817eaa17f2b53 (patch)
tree467017d5fa7f357e2907ac90ee99f8982706daa4 /params
parent595b47e5359568a49d36891f7ca60737c720cfc2 (diff)
downloaddexon-2688dab48c9b8ae71b8d95c7678817eaa17f2b53.tar
dexon-2688dab48c9b8ae71b8d95c7678817eaa17f2b53.tar.gz
dexon-2688dab48c9b8ae71b8d95c7678817eaa17f2b53.tar.bz2
dexon-2688dab48c9b8ae71b8d95c7678817eaa17f2b53.tar.lz
dexon-2688dab48c9b8ae71b8d95c7678817eaa17f2b53.tar.xz
dexon-2688dab48c9b8ae71b8d95c7678817eaa17f2b53.tar.zst
dexon-2688dab48c9b8ae71b8d95c7678817eaa17f2b53.zip
params: release go-ethereum v1.8.8
Diffstat (limited to 'params')
-rw-r--r--params/version.go8
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.