diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-04-14 18:43:10 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-04-14 18:43:10 +0800 |
commit | c7a4d9cf8ae307a94d16dd8197824eecd320cdf7 (patch) | |
tree | 10f17cd10a7da195e22c82fa5f1fab926138607a /params | |
parent | facc47cb5cec97b22c815a0a6118816a98f39876 (diff) | |
download | dexon-c7a4d9cf8ae307a94d16dd8197824eecd320cdf7.tar.gz dexon-c7a4d9cf8ae307a94d16dd8197824eecd320cdf7.tar.zst dexon-c7a4d9cf8ae307a94d16dd8197824eecd320cdf7.zip |
VERSION, params: begin 1.6.1 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 478109816..b46c980dd 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 = "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 = 1 // Patch version component of the current release + VersionMeta = "unstable" // Version metadata to append to the version string ) // Version holds the textual version string. |