aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-08-29 23:27:43 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-08-29 23:27:43 +0800
commit62e94895da80838ec694b4ba19eeac80c9dc88c1 (patch)
tree025836b33f572d2ff1f87c0a0fe7781f320d73fe /params
parent89451f7c382ad2185987ee369f16416f89c28a7d (diff)
downloadgo-tangerine-62e94895da80838ec694b4ba19eeac80c9dc88c1.tar
go-tangerine-62e94895da80838ec694b4ba19eeac80c9dc88c1.tar.gz
go-tangerine-62e94895da80838ec694b4ba19eeac80c9dc88c1.tar.bz2
go-tangerine-62e94895da80838ec694b4ba19eeac80c9dc88c1.tar.lz
go-tangerine-62e94895da80838ec694b4ba19eeac80c9dc88c1.tar.xz
go-tangerine-62e94895da80838ec694b4ba19eeac80c9dc88c1.tar.zst
go-tangerine-62e94895da80838ec694b4ba19eeac80c9dc88c1.zip
params, swarm: begin geth v1.8.16 and swarm v0.3.4 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 12f411150..a178af8f5 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 = 15 // 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 = 16 // Patch version component of the current release
+ VersionMeta = "unstable" // Version metadata to append to the version string
)
// Version holds the textual version string.