diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-10-09 15:37:49 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-10-09 15:37:49 +0800 |
commit | ff5538ad4c20677148ca43e1786fe67898b59425 (patch) | |
tree | 74c18a27b71a74fdf538ebb2ead8073ab44983d6 /params | |
parent | 8bbe72075e4e16442c4e28d999edee12e294329e (diff) | |
download | dexon-ff5538ad4c20677148ca43e1786fe67898b59425.tar.gz dexon-ff5538ad4c20677148ca43e1786fe67898b59425.tar.zst dexon-ff5538ad4c20677148ca43e1786fe67898b59425.zip |
params, swarm: begin Geth v1.8.18, Swarm v0.3.6 cycle
Diffstat (limited to 'params')
-rw-r--r-- | params/version.go | 8 |
1 files changed, 4 insertions, 4 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. |