diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-04-14 17:40:12 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-04-14 18:07:07 +0800 |
commit | facc47cb5cec97b22c815a0a6118816a98f39876 (patch) | |
tree | 50c064d378833296ec2a329d18c78ce61ced94e8 /params | |
parent | 6876e92f8d467dbefd88bbd91df700883ab9c2af (diff) | |
download | dexon-facc47cb5cec97b22c815a0a6118816a98f39876.tar.gz dexon-facc47cb5cec97b22c815a0a6118816a98f39876.tar.zst dexon-facc47cb5cec97b22c815a0a6118816a98f39876.zip |
params: release Geth 1.6.0, Puppeth Master
Diffstat (limited to 'params')
-rw-r--r-- | params/version.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/params/version.go b/params/version.go index f1435ced2..478109816 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 = 0 // Patch version component of the current release - VersionMeta = "unstable" // 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 = 0 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |