diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-11-28 20:44:00 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-11-28 20:44:00 +0800 |
commit | a7501d0c419f8c1dc8b4004c115dd2d4e3b524b7 (patch) | |
tree | f9775d585894bbf170f54feb632cf2ad1cebdb8a /swarm | |
parent | dae82f098570e15d44584f0d7f350713f4774727 (diff) | |
download | dexon-a7501d0c419f8c1dc8b4004c115dd2d4e3b524b7.tar.gz dexon-a7501d0c419f8c1dc8b4004c115dd2d4e3b524b7.tar.zst dexon-a7501d0c419f8c1dc8b4004c115dd2d4e3b524b7.zip |
params, swarm: start Geth v1.8.20 and Swarm v0.3.8 release cycle
Diffstat (limited to 'swarm')
-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 d75763fe9..57ac05a86 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 = 7 // 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 = 8 // Patch version component of the current release + VersionMeta = "unstable" // Version metadata to append to the version string ) // Version holds the textual version string. |