aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-02-19 17:35:31 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-02-19 17:35:31 +0800
commit1e67410e88d2685bc54611a7c9f75c327b553ccc (patch)
tree4b03e19d5a5fa41a3bc24563425424c22b2c39fc /params
parent1bdde620dad3c5fccb8e5de19fe7f42b1209a156 (diff)
downloaddexon-1e67410e88d2685bc54611a7c9f75c327b553ccc.tar
dexon-1e67410e88d2685bc54611a7c9f75c327b553ccc.tar.gz
dexon-1e67410e88d2685bc54611a7c9f75c327b553ccc.tar.bz2
dexon-1e67410e88d2685bc54611a7c9f75c327b553ccc.tar.lz
dexon-1e67410e88d2685bc54611a7c9f75c327b553ccc.tar.xz
dexon-1e67410e88d2685bc54611a7c9f75c327b553ccc.tar.zst
dexon-1e67410e88d2685bc54611a7c9f75c327b553ccc.zip
params: release Geth v1.8.1
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 277585934..86dae7343 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 = 1 // 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 = 1 // Patch version component of the current release
+ VersionMeta = "stable" // Version metadata to append to the version string
)
// Version holds the textual version string.