aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2019-01-31 18:52:18 +0800
committerFelix Lange <fjl@twurst.com>2019-01-31 18:52:18 +0800
commit7fa3509e2eaf1a4ebc12344590e5699406690f15 (patch)
tree3f8e31d58c73d5154c85892266d0babe3af04b7d
parent86ec742f975d825f42dd69ebf17b0adaa66542c0 (diff)
downloadgo-tangerine-7fa3509e2eaf1a4ebc12344590e5699406690f15.tar
go-tangerine-7fa3509e2eaf1a4ebc12344590e5699406690f15.tar.gz
go-tangerine-7fa3509e2eaf1a4ebc12344590e5699406690f15.tar.bz2
go-tangerine-7fa3509e2eaf1a4ebc12344590e5699406690f15.tar.lz
go-tangerine-7fa3509e2eaf1a4ebc12344590e5699406690f15.tar.xz
go-tangerine-7fa3509e2eaf1a4ebc12344590e5699406690f15.tar.zst
go-tangerine-7fa3509e2eaf1a4ebc12344590e5699406690f15.zip
params, swarm/version: Geth 1.8.22-stable, Swarm 0.3.10-stablev1.8.22
-rw-r--r--params/version.go2
-rw-r--r--swarm/version/version.go2
2 files changed, 2 insertions, 2 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
)
diff --git a/swarm/version/version.go b/swarm/version/version.go
index 831080eb8..d5ec31f9f 100644
--- a/swarm/version/version.go
+++ b/swarm/version/version.go
@@ -23,7 +23,7 @@ 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
+ VersionPatch = 10 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)