diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-06-01 22:33:17 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-06-01 22:33:17 +0800 |
commit | 9c2882b2e5769de583e80062c6160872708218f3 (patch) | |
tree | 58f779549b9301e5b36ca86dfe6dbae55719b80b /params/version.go | |
parent | 1a0eb903f1e84772b14f399e519b4a3408137fdc (diff) | |
download | dexon-9c2882b2e5769de583e80062c6160872708218f3.tar.gz dexon-9c2882b2e5769de583e80062c6160872708218f3.tar.zst dexon-9c2882b2e5769de583e80062c6160872708218f3.zip |
params: Geth 1.6.4 stable (hotfix)
Diffstat (limited to 'params/version.go')
-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 9d7a7b488..8c07b8a3f 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 = 4 // 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 = 4 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |