aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-06-02 03:08:19 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-06-02 03:08:19 +0800
commit6171d01b1195abd7ac75044dcd507d4758d83cde (patch)
treec945d61afc458a1bdb75f4973c2a64ef9b902ba9 /params
parentcf87713dd42162861b7ed227f79f0638a33571df (diff)
downloaddexon-6171d01b1195abd7ac75044dcd507d4758d83cde.tar
dexon-6171d01b1195abd7ac75044dcd507d4758d83cde.tar.gz
dexon-6171d01b1195abd7ac75044dcd507d4758d83cde.tar.bz2
dexon-6171d01b1195abd7ac75044dcd507d4758d83cde.tar.lz
dexon-6171d01b1195abd7ac75044dcd507d4758d83cde.tar.xz
dexon-6171d01b1195abd7ac75044dcd507d4758d83cde.tar.zst
dexon-6171d01b1195abd7ac75044dcd507d4758d83cde.zip
VERSION, params: begin Geth 1.6.6 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 fb6c9d5d7..fbf49ead9 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 = 6 // Minor version component of the current release
- VersionPatch = 5 // 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 = 6 // Minor version component of the current release
+ VersionPatch = 6 // Patch version component of the current release
+ VersionMeta = "unstable" // Version metadata to append to the version string
)
// Version holds the textual version string.