aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2019-04-09 15:58:00 +0800
committerPéter Szilágyi <peterke@gmail.com>2019-04-09 15:58:00 +0800
commitdc59af862299342d9b881b2fa06bea16839915d0 (patch)
treee78db2e3447bf40f331b093e00e2717c9aeb5aff
parent45730cfab31ccd554f75e63016d08fec63293d5f (diff)
downloadgo-tangerine-dc59af862299342d9b881b2fa06bea16839915d0.tar
go-tangerine-dc59af862299342d9b881b2fa06bea16839915d0.tar.gz
go-tangerine-dc59af862299342d9b881b2fa06bea16839915d0.tar.bz2
go-tangerine-dc59af862299342d9b881b2fa06bea16839915d0.tar.lz
go-tangerine-dc59af862299342d9b881b2fa06bea16839915d0.tar.xz
go-tangerine-dc59af862299342d9b881b2fa06bea16839915d0.tar.zst
go-tangerine-dc59af862299342d9b881b2fa06bea16839915d0.zip
params, swarm: hotfix Geth v1.8.25 release to restore rpc flags
-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 7949d4fd1..5abe2ab95 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 = 24 // Patch version component of the current release
+ VersionPatch = 25 // 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 d41110576..6c393e9c7 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 = 12 // Patch version component of the current release
+ VersionPatch = 13 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)