diff options
author | Felix Lange <fjl@twurst.com> | 2019-01-31 18:52:18 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2019-01-31 18:52:18 +0800 |
commit | 7fa3509e2eaf1a4ebc12344590e5699406690f15 (patch) | |
tree | 3f8e31d58c73d5154c85892266d0babe3af04b7d /params | |
parent | 86ec742f975d825f42dd69ebf17b0adaa66542c0 (diff) | |
download | dexon-7fa3509e2eaf1a4ebc12344590e5699406690f15.tar.gz dexon-7fa3509e2eaf1a4ebc12344590e5699406690f15.tar.zst dexon-7fa3509e2eaf1a4ebc12344590e5699406690f15.zip |
params, swarm/version: Geth 1.8.22-stable, Swarm 0.3.10-stable
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 f8848d47c..2712840bd 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 = 21 // Patch version component of the current release + VersionPatch = 22 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string ) |