aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-10-09 15:37:49 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-10-09 15:37:49 +0800
commitff5538ad4c20677148ca43e1786fe67898b59425 (patch)
tree74c18a27b71a74fdf538ebb2ead8073ab44983d6
parent8bbe72075e4e16442c4e28d999edee12e294329e (diff)
downloaddexon-ff5538ad4c20677148ca43e1786fe67898b59425.tar
dexon-ff5538ad4c20677148ca43e1786fe67898b59425.tar.gz
dexon-ff5538ad4c20677148ca43e1786fe67898b59425.tar.bz2
dexon-ff5538ad4c20677148ca43e1786fe67898b59425.tar.lz
dexon-ff5538ad4c20677148ca43e1786fe67898b59425.tar.xz
dexon-ff5538ad4c20677148ca43e1786fe67898b59425.tar.zst
dexon-ff5538ad4c20677148ca43e1786fe67898b59425.zip
params, swarm: begin Geth v1.8.18, Swarm v0.3.6 cycle
-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 4cacf8565..9e2f540c3 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 = 17 // Patch version component of the current release
- VersionMeta = "stable" // 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 = 18 // Patch version component of the current release
+ VersionMeta = "unstable" // 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 9fa1daad1..c70c30943 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 = 5 // Patch version component of the current release
- VersionMeta = "stable" // 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 = 6 // Patch version component of the current release
+ VersionMeta = "unstable" // Version metadata to append to the version string
)
// Version holds the textual version string.