diff options
author | Péter Szilágyi <peterke@gmail.com> | 2019-01-16 04:51:31 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2019-01-16 04:51:31 +0800 |
commit | 9dc5d1a915ac0e0bd8429d6ac41df50eec91de5f (patch) | |
tree | 0a7ee36078f83890d1622fe0b0522c534c35d24b | |
parent | c03f694be5c81e287c2d67fff81eea5e23eaf3ba (diff) | |
download | dexon-9dc5d1a915ac0e0bd8429d6ac41df50eec91de5f.tar.gz dexon-9dc5d1a915ac0e0bd8429d6ac41df50eec91de5f.tar.zst dexon-9dc5d1a915ac0e0bd8429d6ac41df50eec91de5f.zip |
params, swarm: release Geth v1.8.21 and Swarm v0.3.9
-rw-r--r-- | params/version.go | 8 | ||||
-rw-r--r-- | swarm/version/version.go | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/params/version.go b/params/version.go index d3954e0bc..f8848d47c 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 = 9 // Minor version component of the current release - VersionPatch = 0 // Patch version component of the current release - VersionMeta = "unstable" // 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 = 21 // Patch version component of the current release + VersionMeta = "stable" // 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 8301dfd2d..831080eb8 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 = 9 // 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 = 9 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |