diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-05-04 19:34:59 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-05-04 19:34:59 +0800 |
commit | 93832b633e1bfa4ec32a937f0cd9d90644c39c73 (patch) | |
tree | ae990fb870828570e8087e80db2f4e5bf618bd4d /params | |
parent | 021c3c281629baf2eae967dc2f0a7532ddfdc1fb (diff) | |
download | dexon-93832b633e1bfa4ec32a937f0cd9d90644c39c73.tar.gz dexon-93832b633e1bfa4ec32a937f0cd9d90644c39c73.tar.zst dexon-93832b633e1bfa4ec32a937f0cd9d90644c39c73.zip |
VERSION, params: begin 1.6.2 release cycle
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 bde3c4b8b..ab2ffceba 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 = 1 // 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 = 2 // Patch version component of the current release + VersionMeta = "unstable" // Version metadata to append to the version string ) // Version holds the textual version string. |