diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-02-19 17:38:36 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-02-19 17:38:36 +0800 |
commit | 46a5532ac5ef06e5d7f77a4af19ffd2e234dcb07 (patch) | |
tree | cdf9c375de227a1d28dd15965382262a345153ef /params | |
parent | 1e67410e88d2685bc54611a7c9f75c327b553ccc (diff) | |
download | dexon-46a5532ac5ef06e5d7f77a4af19ffd2e234dcb07.tar.gz dexon-46a5532ac5ef06e5d7f77a4af19ffd2e234dcb07.tar.zst dexon-46a5532ac5ef06e5d7f77a4af19ffd2e234dcb07.zip |
VERSION, params: begin v1.8.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 86dae7343..c0437cef0 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 = 8 // 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 = 8 // 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. |