aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-04-23 15:02:34 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-04-23 15:02:34 +0800
commitcbdaa0ca2a955012274bd2c47bd52b24b2beb66c (patch)
tree5cb42e8f18a839c1266fd6ead4a511a64065b4cd /params
parent7cf83cee5240f76bdf8ff4f1024643fd126e1018 (diff)
downloaddexon-cbdaa0ca2a955012274bd2c47bd52b24b2beb66c.tar
dexon-cbdaa0ca2a955012274bd2c47bd52b24b2beb66c.tar.gz
dexon-cbdaa0ca2a955012274bd2c47bd52b24b2beb66c.tar.bz2
dexon-cbdaa0ca2a955012274bd2c47bd52b24b2beb66c.tar.lz
dexon-cbdaa0ca2a955012274bd2c47bd52b24b2beb66c.tar.xz
dexon-cbdaa0ca2a955012274bd2c47bd52b24b2beb66c.tar.zst
dexon-cbdaa0ca2a955012274bd2c47bd52b24b2beb66c.zip
params: release Geth v1.8.5 - Dirty Derivative²
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 9d7f2ec83..e832c1340 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 = 5 // 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 = 5 // Patch version component of the current release
+ VersionMeta = "stable" // Version metadata to append to the version string
)
// Version holds the textual version string.