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 /swarm/version | |
parent | 8bbe72075e4e16442c4e28d999edee12e294329e (diff) | |
download | go-tangerine-ff5538ad4c20677148ca43e1786fe67898b59425.tar go-tangerine-ff5538ad4c20677148ca43e1786fe67898b59425.tar.gz go-tangerine-ff5538ad4c20677148ca43e1786fe67898b59425.tar.bz2 go-tangerine-ff5538ad4c20677148ca43e1786fe67898b59425.tar.lz go-tangerine-ff5538ad4c20677148ca43e1786fe67898b59425.tar.xz go-tangerine-ff5538ad4c20677148ca43e1786fe67898b59425.tar.zst go-tangerine-ff5538ad4c20677148ca43e1786fe67898b59425.zip |
params, swarm: begin Geth v1.8.18, Swarm v0.3.6 cycle
Diffstat (limited to 'swarm/version')
-rw-r--r-- | swarm/version/version.go | 8 |
1 files changed, 4 insertions, 4 deletions
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. |