aboutsummaryrefslogtreecommitdiffstats
path: root/swarm
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 /swarm
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 'swarm')
-rw-r--r--swarm/version/version.go8
1 files changed, 4 insertions, 4 deletions
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.