aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-10-09 15:37:49 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-10-09 15:37:49 +0800
commitff5538ad4c20677148ca43e1786fe67898b59425 (patch)
tree74c18a27b71a74fdf538ebb2ead8073ab44983d6 /params
parent8bbe72075e4e16442c4e28d999edee12e294329e (diff)
downloadgo-tangerine-ff5538ad4c20677148ca43e1786fe67898b59425.tar
go-tangerine-ff5538ad4c20677148ca43e1786fe67898b59425.tar.gz
go-tangerine-ff5538ad4c20677148ca43e1786fe67898b59425.tar.bz2
go-tangerine-ff5538ad4c20677148ca43e1786fe67898b59425.tar.lz
go-tangerine-ff5538ad4c20677148ca43e1786fe67898b59425.tar.xz
go-tangerine-ff5538ad4c20677148ca43e1786fe67898b59425.tar.zst
go-tangerine-ff5538ad4c20677148ca43e1786fe67898b59425.zip
params, swarm: begin Geth v1.8.18, Swarm v0.3.6 cycle
Diffstat (limited to 'params')
-rw-r--r--params/version.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/params/version.go b/params/version.go
index 4cacf8565..9e2f540c3 100644
--- a/params/version.go
+++ b/params/version.go
@@ -21,10 +21,10 @@ import (
)
const (
- VersionMajor = 1 // Major version component of the current release
- VersionMinor = 8 // Minor version component of the current release
- VersionPatch = 17 // Patch version component of the current release
- VersionMeta = "stable" // Version metadata to append to the version string
+ VersionMajor = 1 // Major version component of the current release
+ VersionMinor = 8 // Minor version component of the current release
+ VersionPatch = 18 // Patch version component of the current release
+ VersionMeta = "unstable" // Version metadata to append to the version string
)
// Version holds the textual version string.