aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2019-02-20 16:42:02 +0800
committerPéter Szilágyi <peterke@gmail.com>2019-02-20 16:42:02 +0800
commitcde35439e058b4f9579830fec9fb65ae0b998346 (patch)
treecadf68e7206d6de42b1eefc6967214cf86e35ff2
parent4f908db69e8cb69cdf45775c7c75e74244e91653 (diff)
downloadgo-tangerine-cde35439e058b4f9579830fec9fb65ae0b998346.tar
go-tangerine-cde35439e058b4f9579830fec9fb65ae0b998346.tar.gz
go-tangerine-cde35439e058b4f9579830fec9fb65ae0b998346.tar.bz2
go-tangerine-cde35439e058b4f9579830fec9fb65ae0b998346.tar.lz
go-tangerine-cde35439e058b4f9579830fec9fb65ae0b998346.tar.xz
go-tangerine-cde35439e058b4f9579830fec9fb65ae0b998346.tar.zst
go-tangerine-cde35439e058b4f9579830fec9fb65ae0b998346.zip
params, swarm: release Geth v1.8.23, Swarm v0.3.11
-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 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
)
diff --git a/swarm/version/version.go b/swarm/version/version.go
index f3184627b..820aec2c0 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 = 10 // Patch version component of the current release
+ VersionPatch = 11 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)