diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-06-02 03:08:19 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-06-02 03:08:19 +0800 |
commit | 6171d01b1195abd7ac75044dcd507d4758d83cde (patch) | |
tree | c945d61afc458a1bdb75f4973c2a64ef9b902ba9 | |
parent | cf87713dd42162861b7ed227f79f0638a33571df (diff) | |
download | dexon-6171d01b1195abd7ac75044dcd507d4758d83cde.tar.gz dexon-6171d01b1195abd7ac75044dcd507d4758d83cde.tar.zst dexon-6171d01b1195abd7ac75044dcd507d4758d83cde.zip |
VERSION, params: begin Geth 1.6.6 release cycle
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | params/version.go | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -1 +1 @@ -1.6.5 +1.6.6 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. |