aboutsummaryrefslogtreecommitdiffstats
path: root/params/version.go
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2019-01-30 00:43:13 +0800
committerFelix Lange <fjl@twurst.com>2019-01-30 00:43:13 +0800
commitf4094d09cd3bf4c1420f358d77b803d5d84d0994 (patch)
treed151b4c6e1a039662abb0d31d593847c85e18e21 /params/version.go
parent1a19c596bf489bb8489156706d42ffa9213d7ffe (diff)
downloadgo-tangerine-f4094d09cd3bf4c1420f358d77b803d5d84d0994.tar
go-tangerine-f4094d09cd3bf4c1420f358d77b803d5d84d0994.tar.gz
go-tangerine-f4094d09cd3bf4c1420f358d77b803d5d84d0994.tar.bz2
go-tangerine-f4094d09cd3bf4c1420f358d77b803d5d84d0994.tar.lz
go-tangerine-f4094d09cd3bf4c1420f358d77b803d5d84d0994.tar.xz
go-tangerine-f4094d09cd3bf4c1420f358d77b803d5d84d0994.tar.zst
go-tangerine-f4094d09cd3bf4c1420f358d77b803d5d84d0994.zip
params, swarm/version: Geth v1.9.0 unstable, Swarm v0.3.11-unstable
Diffstat (limited to 'params/version.go')
-rw-r--r--params/version.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/params/version.go b/params/version.go
index 33e99a082..d3954e0bc 100644
--- a/params/version.go
+++ b/params/version.go
@@ -22,8 +22,8 @@ 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
+ VersionMinor = 9 // Minor version component of the current release
+ VersionPatch = 0 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
)