aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-08-22 16:39:00 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-08-22 16:39:00 +0800
commit316fc7ecfc10d06603f1358c1f4c1020ec36dd2a (patch)
tree012162753659e445d104ebe893ac4ac51a34bc65 /params
parentaf85d8e2b342aa6feff68cec59db9be3c1e85022 (diff)
downloaddexon-316fc7ecfc10d06603f1358c1f4c1020ec36dd2a.tar
dexon-316fc7ecfc10d06603f1358c1f4c1020ec36dd2a.tar.gz
dexon-316fc7ecfc10d06603f1358c1f4c1020ec36dd2a.tar.bz2
dexon-316fc7ecfc10d06603f1358c1f4c1020ec36dd2a.tar.lz
dexon-316fc7ecfc10d06603f1358c1f4c1020ec36dd2a.tar.xz
dexon-316fc7ecfc10d06603f1358c1f4c1020ec36dd2a.tar.zst
dexon-316fc7ecfc10d06603f1358c1f4c1020ec36dd2a.zip
params, swarm: release Geth v1.8.14 and Swarm v0.3.2
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 44c148e9c..9cb027bd5 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 = 14 // 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 = 14 // Patch version component of the current release
+ VersionMeta = "stable" // Version metadata to append to the version string
)
// Version holds the textual version string.