aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2019-09-03 17:12:53 +0800
committerPéter Szilágyi <peterke@gmail.com>2019-09-03 17:12:53 +0800
commitb4a4a4db71f17daefc05a36674dd23fbd78fb78c (patch)
treeb56db3ee121d28fb2cc04dfba1d8303f95e59cfc /params
parentcfbb969da803d4cc92e1a64fc1b3c06db299b564 (diff)
downloadgo-tangerine-b4a4a4db71f17daefc05a36674dd23fbd78fb78c.tar
go-tangerine-b4a4a4db71f17daefc05a36674dd23fbd78fb78c.tar.gz
go-tangerine-b4a4a4db71f17daefc05a36674dd23fbd78fb78c.tar.bz2
go-tangerine-b4a4a4db71f17daefc05a36674dd23fbd78fb78c.tar.lz
go-tangerine-b4a4a4db71f17daefc05a36674dd23fbd78fb78c.tar.xz
go-tangerine-b4a4a4db71f17daefc05a36674dd23fbd78fb78c.tar.zst
go-tangerine-b4a4a4db71f17daefc05a36674dd23fbd78fb78c.zip
params: begin Geth v1.9.4 release 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 ff4915111..8d61e4213 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 = 9 // Minor version component of the current release
- VersionPatch = 3 // 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 = 9 // Minor version component of the current release
+ VersionPatch = 4 // Patch version component of the current release
+ VersionMeta = "unstable" // Version metadata to append to the version string
)
// Version holds the textual version string.