diff options
author | Péter Szilágyi <peterke@gmail.com> | 2019-02-20 16:42:02 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2019-02-20 16:42:02 +0800 |
commit | cde35439e058b4f9579830fec9fb65ae0b998346 (patch) | |
tree | cadf68e7206d6de42b1eefc6967214cf86e35ff2 /params | |
parent | 4f908db69e8cb69cdf45775c7c75e74244e91653 (diff) | |
download | dexon-cde35439e058b4f9579830fec9fb65ae0b998346.tar.gz dexon-cde35439e058b4f9579830fec9fb65ae0b998346.tar.zst dexon-cde35439e058b4f9579830fec9fb65ae0b998346.zip |
params, swarm: release Geth v1.8.23, Swarm v0.3.11
Diffstat (limited to 'params')
-rw-r--r-- | params/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/params/version.go b/params/version.go index 2712840bd..e3815aaf0 100644 --- a/params/version.go +++ b/params/version.go @@ -23,7 +23,7 @@ import ( const ( VersionMajor = 1 // Major version component of the current release VersionMinor = 8 // Minor version component of the current release - VersionPatch = 22 // Patch version component of the current release + VersionPatch = 23 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string ) |