aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--params/version.go8
-rw-r--r--swarm/version/version.go8
2 files changed, 8 insertions, 8 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.
diff --git a/swarm/version/version.go b/swarm/version/version.go
index bb9935e24..1f0c64619 100644
--- a/swarm/version/version.go
+++ b/swarm/version/version.go
@@ -21,10 +21,10 @@ import (
)
const (
- VersionMajor = 0 // Major version component of the current release
- VersionMinor = 3 // Minor version component of the current release
- VersionPatch = 2 // Patch version component of the current release
- VersionMeta = "unstable" // Version metadata to append to the version string
+ VersionMajor = 0 // Major version component of the current release
+ VersionMinor = 3 // Minor version component of the current release
+ VersionPatch = 2 // Patch version component of the current release
+ VersionMeta = "stable" // Version metadata to append to the version string
)
// Version holds the textual version string.