diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-04-23 20:52:02 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-04-23 20:52:02 +0800 |
commit | 12683feca7483f0b0bf425c3c520e2724f69f2aa (patch) | |
tree | 7372ec767e8c804c169020dde76ff55cdea8965b /params | |
parent | 49371bf255f47041926ff3a09819c6678a7ada15 (diff) | |
download | dexon-12683feca7483f0b0bf425c3c520e2724f69f2aa.tar.gz dexon-12683feca7483f0b0bf425c3c520e2724f69f2aa.tar.zst dexon-12683feca7483f0b0bf425c3c520e2724f69f2aa.zip |
params: release v1.8.6 to fix docker images
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 81eebbbcf..5fc215c18 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 = 6 // 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 = 8 // Minor version component of the current release + VersionPatch = 6 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |