aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-06-12 22:02:14 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-06-12 22:02:14 +0800
commitdea1ce052a10cd7d401a5c04f83f371a06fe293c (patch)
tree7e1be6280324d6ac14d558930fe3351b8cf19463 /params
parent25982375a8ed57f623775951e6cdef21bfbc2b34 (diff)
downloadgo-tangerine-dea1ce052a10cd7d401a5c04f83f371a06fe293c.tar
go-tangerine-dea1ce052a10cd7d401a5c04f83f371a06fe293c.tar.gz
go-tangerine-dea1ce052a10cd7d401a5c04f83f371a06fe293c.tar.bz2
go-tangerine-dea1ce052a10cd7d401a5c04f83f371a06fe293c.tar.lz
go-tangerine-dea1ce052a10cd7d401a5c04f83f371a06fe293c.tar.xz
go-tangerine-dea1ce052a10cd7d401a5c04f83f371a06fe293c.tar.zst
go-tangerine-dea1ce052a10cd7d401a5c04f83f371a06fe293c.zip
params: release go-ethereum v1.8.11v1.8.11
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 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.